summary refs log tree commit diff
path: root/nixos/tests/freeswitch.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/freeswitch.nix')
-rw-r--r--nixos/tests/freeswitch.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/freeswitch.nix b/nixos/tests/freeswitch.nix
index bcc6a9cb3586c..bfb7339ec3c0d 100644
--- a/nixos/tests/freeswitch.nix
+++ b/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)
   '';
 })