Skip to content

Commit 8cff66d

Browse files
committed
Fix test for error message change
fix for 6be725e
1 parent 5a2f154 commit 8cff66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ssl/t/002_scram.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
test_connect_fails(
7979
$common_connstr,
8080
"user=ssltestuser channel_binding=require",
81-
qr/could not connect to server: channel binding is required, but server did not offer an authentication method that supports channel binding/,
81+
qr/channel binding is required, but server did not offer an authentication method that supports channel binding/,
8282
"SCRAM with SSL and channel_binding=require");
8383
}
8484

0 commit comments

Comments
 (0)