about summary refs log tree commit diff
path: root/nixos/tests/n8n.nix
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-01-08 15:29:25 +0300
committerGitHub <noreply@github.com>2023-01-08 15:29:25 +0300
commit0c9aadc8eff6daaa5149d2df9e6c49baaf44161c (patch)
tree3bc956c5da68622a096d2bbef13d12ddda6deda3 /nixos/tests/n8n.nix
parentf187109a4af870ad2aa4608bf2b88d83137716a6 (diff)
parent337d358300af21530f78e2572953b0f309a5f338 (diff)
Merge pull request #209678 from K900/upd8n
n8n: 0.209.3 -> 0.210.1, disable telemetry
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}/")
   '';
 })