Platform 22.11 #88

Merged
max merged 31 commits from platform-22.11 into master 2022-12-18 17:21:17 +02:00
Showing only changes of commit d88cea5456 - Show all commits

View file

@ -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")
'';
}