about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/pgadmin4.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/pgadmin4.nix')
-rw-r--r--nixpkgs/nixos/tests/pgadmin4.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/nixpkgs/nixos/tests/pgadmin4.nix b/nixpkgs/nixos/tests/pgadmin4.nix
index cb8de87c9ee3..3ee7ed19fa1c 100644
--- a/nixpkgs/nixos/tests/pgadmin4.nix
+++ b/nixpkgs/nixos/tests/pgadmin4.nix
@@ -19,14 +19,6 @@ import ./make-test-python.nix ({ pkgs, lib, ... }:
       authentication = ''
         host    all             all             localhost               trust
       '';
-      ensureUsers = [
-        {
-          name = "postgres";
-          ensurePermissions = {
-            "DATABASE \"postgres\"" = "ALL PRIVILEGES";
-          };
-        }
-      ];
     };
 
     services.pgadmin = {