nixos/tests/radarr: fix type of argument in test script
This commit is contained in:
@@ -12,7 +12,7 @@ with lib;
|
||||
|
||||
testScript = ''
|
||||
machine.wait_for_unit("radarr.service")
|
||||
machine.wait_for_open_port("7878")
|
||||
machine.wait_for_open_port(7878)
|
||||
machine.succeed("curl --fail http://localhost:7878/")
|
||||
'';
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user