about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/freeswitch.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/freeswitch.nix')
-rw-r--r--nixpkgs/nixos/tests/freeswitch.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/nixos/tests/freeswitch.nix b/nixpkgs/nixos/tests/freeswitch.nix
index bcc6a9cb3586..bfb7339ec3c0 100644
--- a/nixpkgs/nixos/tests/freeswitch.nix
+++ b/nixpkgs/nixos/tests/freeswitch.nix
@@ -24,6 +24,6 @@ import ./make-test-python.nix ({ pkgs, ...} : {
   testScript = ''
     node0.wait_for_unit("freeswitch.service")
     # Wait for SIP port to be open
-    node0.wait_for_open_port("5060")
+    node0.wait_for_open_port(5060)
   '';
 })