about summary refs log tree commit diff
path: root/nixos-tests/postgres-smoke-test.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos-tests/postgres-smoke-test.nix')
-rw-r--r--nixos-tests/postgres-smoke-test.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos-tests/postgres-smoke-test.nix b/nixos-tests/postgres-smoke-test.nix
index 51d53c7..f2526c3 100644
--- a/nixos-tests/postgres-smoke-test.nix
+++ b/nixos-tests/postgres-smoke-test.nix
@@ -11,9 +11,7 @@ kittybox:
         ensureDatabases = ["kittybox"];
         ensureUsers = [ {
           name = "kittybox";
-          ensurePermissions = {
-            "DATABASE kittybox" = "ALL PRIVILEGES";
-          };
+          ensureDBOwnership = true;
         } ];
       };