diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2020-11-08 07:49:07 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2020-11-08 07:50:42 +0100 |
commit | 5ca6f685b834518187b15926d196c5dbb086efe7 (patch) | |
tree | aae50d24aa351eee608a5386f6faf7032214247a /src | |
parent | 99f9384ea91761cdb957d051b0ca64179320b2ed (diff) | |
download | postgresql-5ca6f685b834518187b15926d196c5dbb086efe7.tar.gz postgresql-5ca6f685b834518187b15926d196c5dbb086efe7.zip |
Fix test for error message change
fix for f3ad4fddfaf71e8f6f037cd627f398ba43625ca1
Diffstat (limited to 'src')
-rw-r--r-- | src/test/ssl/t/002_scram.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ssl/t/002_scram.pl b/src/test/ssl/t/002_scram.pl index 1cdbc50dd3c..d1e8d8833ab 100644 --- a/src/test/ssl/t/002_scram.pl +++ b/src/test/ssl/t/002_scram.pl @@ -78,7 +78,7 @@ else test_connect_fails( $common_connstr, "user=ssltestuser channel_binding=require", - qr/could not connect to server: channel binding is required, but server did not offer an authentication method that supports channel binding/, + qr/channel binding is required, but server did not offer an authentication method that supports channel binding/, "SCRAM with SSL and channel_binding=require"); } |