about summary refs log tree commit diff
path: root/nixpkgs/nixos/tests/convos.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/tests/convos.nix')
-rw-r--r--nixpkgs/nixos/tests/convos.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs/nixos/tests/convos.nix b/nixpkgs/nixos/tests/convos.nix
index a13870d17084..a5dafed8f6f0 100644
--- a/nixpkgs/nixos/tests/convos.nix
+++ b/nixpkgs/nixos/tests/convos.nix
@@ -23,8 +23,8 @@ in
 
   testScript = ''
     machine.wait_for_unit("convos")
-    machine.wait_for_open_port("${toString port}")
-    machine.succeed("journalctl -u convos | grep -q 'Listening at.*${toString port}'")
+    machine.wait_for_open_port(${toString port})
+    machine.succeed("journalctl -u convos | grep -q 'application available at.*${toString port}'")
     machine.succeed("curl -f http://localhost:${toString port}/")
   '';
 })