Commit 8cff66d3 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix test for error message change

fix for 6be725e7
parent 5a2f154a
......@@ -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");
}
......
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