Fix test for error message change
authorPeter Eisentraut
Sun, 8 Nov 2020 06:49:07 +0000 (07:49 +0100)
committerPeter Eisentraut
Sun, 8 Nov 2020 06:50:42 +0000 (07:50 +0100)
fix for f3ad4fddfaf71e8f6f037cd627f398ba43625ca1

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

index 1cdbc50dd3ce8a2c7711361dce36a66ff0346864..d1e8d8833ab7f390e3423e44b89569da39ba420c 100644 (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");
 }