summaryrefslogtreecommitdiff
path: root/src/test/ssl
diff options
context:
space:
mode:
authorPeter Eisentraut2020-11-08 06:48:18 +0000
committerPeter Eisentraut2020-11-08 06:50:15 +0000
commit8cff66d309b90e03f1e76494375960f35eff6424 (patch)
treefaf6c579576b4d83f69cecb733d0637ee909fa18 /src/test/ssl
parent5a2f154a2ecaf545000a3ff3cdbadc76ae1df30a (diff)
Fix test for error message change
fix for 6be725e701611660b36642de9ff1d665a1eb24f5
Diffstat (limited to 'src/test/ssl')
-rw-r--r--src/test/ssl/t/002_scram.pl2
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 20ab0d5b0bc..a088f71a1aa 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");
}