summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson2026-09-17 12:56:28 +0000
committerDaniel Gustafsson2026-09-17 12:56:28 +0000
commit459ef520d8fd94aebaad573d9abbd42d7bb8d502 (patch)
treeeb02314096ebe262d3fbe7dadd0484cc16279203
parent99c3f5e2037bc1192004f3893fd0decd97a7f165 (diff)
Test output fixes for oauth validator test suiteREL_18_STABLE
Commit 99c3f5e2037bc1192004f accidentally missed including the test fixes.
-rw-r--r--src/test/modules/oauth_validator/t/001_server.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/modules/oauth_validator/t/001_server.pl b/src/test/modules/oauth_validator/t/001_server.pl
index 5b477efde83..b1ff6fb0e51 100644
--- a/src/test/modules/oauth_validator/t/001_server.pl
+++ b/src/test/modules/oauth_validator/t/001_server.pl
@@ -101,7 +101,7 @@ is( $contents,
$node->append_conf('postgresql.conf', "oauth_validator_libraries = ' '");
$node->reload;
$log_start = $node->wait_for_log(
- qr/parameter "oauth_validator_libraries" must be set for authentication/,
+ qr/oauth_validator_libraries must be set for authentication/,
$log_start);
$bgconn->query_safe('SELECT 1');