Loading nixos/tests/radarr.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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/") ''; }) Loading
nixos/tests/radarr.nix +1 −1 Original line number Diff line number Diff line Loading @@ -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/") ''; })