about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-08 16:34:30 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-08 16:34:30 +0100
commit4d65509504f9a08f67bcf47dd93feb7a1098084c (patch)
treebc5a75853654c6be09992cce0c39222535e2fde2 /nixos/tests
parent08d449ce6df035fcf7a5c6efb525c32ac0a9e355 (diff)
parent194b1690e7a94880b74abe538f43a371ec8b4f37 (diff)
Merge remote-tracking branch 'origin/master' into staging-next
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/n8n.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/tests/n8n.nix b/nixos/tests/n8n.nix
index c1753a418f673..044240fbce7f1 100644
--- a/nixos/tests/n8n.nix
+++ b/nixos/tests/n8n.nix
@@ -19,7 +19,7 @@ in
 
   testScript = ''
     machine.wait_for_unit("n8n.service")
-    machine.wait_for_open_port(${toString port})
-    machine.succeed("curl --fail http://localhost:${toString port}/")
+    machine.wait_for_console_text("Editor is now accessible via")
+    machine.succeed("curl --fail -vvv http://localhost:${toString port}/")
   '';
 })