about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/bazarr.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/bazarr.nix')
-rw-r--r--nixpkgs/nixos/tests/bazarr.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/bazarr.nix b/nixpkgs/nixos/tests/bazarr.nix
index c3337611aa29..efcd9de01080 100644
--- a/nixpkgs/nixos/tests/bazarr.nix
+++ b/nixpkgs/nixos/tests/bazarr.nix
@@ -20,7 +20,7 @@ in
 
   testScript = ''
     machine.wait_for_unit("bazarr.service")
-    machine.wait_for_open_port("${toString port}")
+    machine.wait_for_open_port(port)
     machine.succeed("curl --fail http://localhost:${toString port}/")
   '';
 })