about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2022-06-06 23:12:26 +0200
committerGitHub <noreply@github.com>2022-06-06 23:12:26 +0200
commitb981c4217f11f29a38ff3260f760c1e2a98195d2 (patch)
treedec940d59ee1889203b9d05b4f62a29235fdf6b7 /nixos
parent0eaa72390bacff63a6d2b8f22aeb288a83e53b1f (diff)
parentc08942e1ad495ec838965a886cb07c42b7e09f75 (diff)
Merge pull request #176626 from winterqt/bump-radarr
radarr: 4.0.5.5981 -> 4.1.0.6175
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/radarr.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/radarr.nix b/nixos/tests/radarr.nix
index ed90025ac4205..85fd6572f0617 100644
--- a/nixos/tests/radarr.nix
+++ b/nixos/tests/radarr.nix
@@ -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/")
   '';
 })