diff options
author | github-actions[bot] | 2024-04-12 18:01:09 +0000 |
---|---|---|
committer | GitHub | 2024-04-12 18:01:09 +0000 |
commit | d6a31576e124f4c2d7e8c525d61d0802c6f83550 (patch) | |
tree | 956b004a571dc9738dc301047f302f1a697e4600 /nixos/tests | |
parent | 35713de428eafbe9a9b8dc655be11ce28f78abe0 (diff) | |
parent | 76e0e59bfad7ba8b01eb113a4cfdda317734d322 (diff) |
Merge master into staging-next
Diffstat (limited to 'nixos/tests')
-rw-r--r-- | nixos/tests/mongodb.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/tests/mongodb.nix b/nixos/tests/mongodb.nix index 68be6926865e..97729e38864c 100644 --- a/nixos/tests/mongodb.nix +++ b/nixos/tests/mongodb.nix @@ -33,7 +33,6 @@ import ./make-test-python.nix ({ pkgs, ... }: nodes = { node = {...}: { environment.systemPackages = with pkgs; [ - mongodb-4_4 mongodb-5_0 ]; }; @@ -42,7 +41,6 @@ import ./make-test-python.nix ({ pkgs, ... }: testScript = '' node.start() '' - + runMongoDBTest pkgs.mongodb-4_4 + runMongoDBTest pkgs.mongodb-5_0 + '' node.shutdown() |