nixosTests.convos: Fix missing port variable
This commit is contained in:
parent
2c8bbf33fd
commit
3624bb535f
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ in
|
|||
|
||||
testScript = ''
|
||||
machine.wait_for_unit("convos")
|
||||
machine.wait_for_open_port(port)
|
||||
machine.wait_for_open_port(${toString port})
|
||||
machine.succeed("journalctl -u convos | grep -q 'Listening at.*${toString port}'")
|
||||
machine.succeed("curl -f http://localhost:${toString port}/")
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue