about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/ferretdb.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/ferretdb.nix')
-rw-r--r--nixpkgs/nixos/tests/ferretdb.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/ferretdb.nix b/nixpkgs/nixos/tests/ferretdb.nix
index 9ad7397ade80..7251198af77d 100644
--- a/nixpkgs/nixos/tests/ferretdb.nix
+++ b/nixpkgs/nixos/tests/ferretdb.nix
@@ -39,7 +39,7 @@ with import ../lib/testing-python.nix { inherit system; };
             ensureDatabases = [ "ferretdb" ];
             ensureUsers = [{
               name = "ferretdb";
-              ensurePermissions."DATABASE ferretdb" = "ALL PRIVILEGES";
+              ensureDBOwnership = true;
             }];
           };