Merge pull request #176801 from K900/upd8n

n8n: update, fix tests
This commit is contained in:
Rick van Schijndel
2022-06-09 07:49:37 +02:00
committed by GitHub
2 changed files with 759 additions and 259 deletions
+2 -2
View File
@@ -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}/")
'';
})
File diff suppressed because it is too large Load Diff