aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorÁlvaro Herrera <alvherre@alvh.no-ip.org>2025-03-24 17:36:44 +0100
committerÁlvaro Herrera <alvherre@alvh.no-ip.org>2025-03-24 17:36:44 +0100
commit0e3e0ec06b995f6809f315752cbf5ff67902e095 (patch)
tree4b04c49fcda0603a7b1d660cdf678a8460b4882b /src
parentc68100aa4313cf1cef826cf2d50f67164d13ebe4 (diff)
downloadpostgresql-0e3e0ec06b995f6809f315752cbf5ff67902e095.tar.gz
postgresql-0e3e0ec06b995f6809f315752cbf5ff67902e095.zip
Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/test/authentication/t/001_password.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/authentication/t/001_password.pl b/src/test/authentication/t/001_password.pl
index 8269c470b59..756b4146050 100644
--- a/src/test/authentication/t/001_password.pl
+++ b/src/test/authentication/t/001_password.pl
@@ -424,7 +424,7 @@ test_conn(
test_conn($node, 'user=md5_role', 'scram-sha-256', 2,
log_unlike => [qr/connection authenticated:/]);
-# require_auth should succeeds with SCRAM when it is required.
+# require_auth should succeed with SCRAM when it is required.
$node->connect_ok(
"user=scram_role require_auth=scram-sha-256",
"SCRAM authentication required, works with SCRAM auth");