mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
Fix expected error message in test
This commit is contained in:
parent
f0ae2fa88b
commit
286c0ab257
@ -68,7 +68,7 @@ else
|
||||
{
|
||||
test_connect_fails($common_connstr,
|
||||
"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");
|
||||
}
|
||||
test_connect_fails($common_connstr,
|
||||
|
Loading…
Reference in New Issue
Block a user