checks/keycloak: use int in wait_for_open_port
This commit is contained in:
parent
9c0b729503
commit
d88cea5456
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ nixosTest {
|
|||
};
|
||||
testScript = ''
|
||||
machine.wait_for_unit("keycloak.service")
|
||||
machine.wait_for_open_port("80")
|
||||
machine.wait_for_open_port(80)
|
||||
machine.succeed("curl --fail http://127.0.0.1:80")
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue