about summary refs log tree commit diff
path: root/nixos/tests/n8n.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/n8n.nix')
-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}/")
   '';
 })