From c54c71b4ecbff6873435bb60d484ab4d63bad620 Mon Sep 17 00:00:00 2001 From: K900 Date: Tue, 7 Jun 2022 23:46:49 +0300 Subject: n8n: fix test --- nixos/tests/n8n.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos') diff --git a/nixos/tests/n8n.nix b/nixos/tests/n8n.nix index ed93639f2a429..c1753a418f673 100644 --- a/nixos/tests/n8n.nix +++ b/nixos/tests/n8n.nix @@ -7,7 +7,7 @@ let in { name = "n8n"; - meta.maintainers = with maintainers; [ freezeboy ]; + meta.maintainers = with maintainers; [ freezeboy k900 ]; nodes.machine = { pkgs, ... }: @@ -19,7 +19,7 @@ in testScript = '' machine.wait_for_unit("n8n.service") - machine.wait_for_open_port("${toString port}") + machine.wait_for_open_port(${toString port}) machine.succeed("curl --fail http://localhost:${toString port}/") ''; }) -- cgit 1.4.1