mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 00:20:24 +01:00
Fix typo
This commit is contained in:
parent
c68100aa43
commit
0e3e0ec06b
|
|
@ -424,7 +424,7 @@ test_conn(
|
||||||
test_conn($node, 'user=md5_role', 'scram-sha-256', 2,
|
test_conn($node, 'user=md5_role', 'scram-sha-256', 2,
|
||||||
log_unlike => [qr/connection authenticated:/]);
|
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(
|
$node->connect_ok(
|
||||||
"user=scram_role require_auth=scram-sha-256",
|
"user=scram_role require_auth=scram-sha-256",
|
||||||
"SCRAM authentication required, works with SCRAM auth");
|
"SCRAM authentication required, works with SCRAM auth");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user