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
commit 05eb6570c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 759 additions and 259 deletions

View file

@ -7,7 +7,7 @@ let
in in
{ {
name = "n8n"; name = "n8n";
meta.maintainers = with maintainers; [ freezeboy ]; meta.maintainers = with maintainers; [ freezeboy k900 ];
nodes.machine = nodes.machine =
{ pkgs, ... }: { pkgs, ... }:
@ -19,7 +19,7 @@ in
testScript = '' testScript = ''
machine.wait_for_unit("n8n.service") 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}/") machine.succeed("curl --fail http://localhost:${toString port}/")
''; '';
}) })

File diff suppressed because it is too large Load diff