about summary refs log tree commit diff
path: root/nixos/tests/couchdb.nix
diff options
context:
space:
mode:
authorWill <w.young@schaetz-cro.ch>2021-12-08 16:57:00 +0000
committerWill <w.young@schaetz-cro.ch>2021-12-09 14:55:01 +0000
commita6196bc8b20472cd49fc55ca43c7be9dcc7cb624 (patch)
tree1c7f75e62c0389d4173b7fed9eea95cc2641c13d /nixos/tests/couchdb.nix
parent4d0ea4c290c29c155212578ff28fb1cc1f175d4e (diff)
couchdb3: add vm.args and fix pkgs.couchdb reference
Diffstat (limited to 'nixos/tests/couchdb.nix')
-rw-r--r--nixos/tests/couchdb.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/tests/couchdb.nix b/nixos/tests/couchdb.nix
index 049532481b15f..453f5dcd66e86 100644
--- a/nixos/tests/couchdb.nix
+++ b/nixos/tests/couchdb.nix
@@ -56,5 +56,8 @@ with lib;
     couchdb3.succeed(
         "${curlJqCheck testlogin "GET" "_all_dbs" ". | length" "0"}"
     )
+    couchdb3.succeed(
+        "${curlJqCheck testlogin "GET" "_node/couchdb@127.0.0.1" ".couchdb" "Welcome"}"
+    )
   '';
 })