1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-27 23:21:58 +03:00

Fix test for error message change

fix for f3ad4fddfa
This commit is contained in:
Peter Eisentraut
2020-11-08 07:49:07 +01:00
parent 99f9384ea9
commit 5ca6f685b8

View File

@ -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");
}