Skip to content

Commit b732731

Browse files
committed
fix roles test for anon role
1 parent 57fbf28 commit b732731

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
BEGIN;
2-
alter role postgres set session_preload_libraries = 'safeupdate';
2+
alter role postgres set session_preload_libraries = 'safeupdate, supautils';
33
ROLLBACK;

nix/tests/expected/roles.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ where rolname not in ('pg_create_subscription', 'pg_maintain', 'pg_use_reserved_
6262
order by rolname;
6363
rolname | rolconfig
6464
----------------------------+---------------------------------------------------------------------------------
65-
anon | {statement_timeout=3s}
65+
anon | {statement_timeout=3s,session_preload_libraries=safeupdate}
6666
authenticated | {statement_timeout=8s,session_preload_libraries=safeupdate}
6767
authenticator | {session_preload_libraries=safeupdate,statement_timeout=8s,lock_timeout=8s}
6868
dashboard_user |

0 commit comments

Comments
 (0)