Skip to content

Commit 0e3e0ec

Browse files
committed
Fix typo
1 parent c68100a commit 0e3e0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/authentication/t/001_password.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ sub test_conn
424424
test_conn($node, 'user=md5_role', 'scram-sha-256', 2,
425425
log_unlike => [qr/connection authenticated:/]);
426426

427-
# require_auth should succeeds with SCRAM when it is required.
427+
# require_auth should succeed with SCRAM when it is required.
428428
$node->connect_ok(
429429
"user=scram_role require_auth=scram-sha-256",
430430
"SCRAM authentication required, works with SCRAM auth");

0 commit comments

Comments
 (0)