Commit 286c0ab2 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix expected error message in test

parent f0ae2fa8
...@@ -68,7 +68,7 @@ else ...@@ -68,7 +68,7 @@ else
{ {
test_connect_fails($common_connstr, test_connect_fails($common_connstr,
"scram_channel_binding=tls-server-end-point", "scram_channel_binding=tls-server-end-point",
qr/unsupported SCRAM channel-binding type/, qr/channel binding type "tls-server-end-point" is not supported by this build/,
"SCRAM authentication with tls-server-end-point as channel binding"); "SCRAM authentication with tls-server-end-point as channel binding");
} }
test_connect_fails($common_connstr, test_connect_fails($common_connstr,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment