Merge pull request 'tests: fix website open port check' () from tests-fix-website-port-check into main

Reviewed-on: 
Reviewed-by: hensoko <hensoko@noreply.git.pub.solar>
This commit is contained in:
teutat3s 2025-02-13 15:22:08 +00:00
commit 8e4da4e16c
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

View file

@ -56,7 +56,7 @@
nachtigall.succeed("ping test.pub.solar -c 2")
nachtigall.succeed("ping ca.test.pub.solar -c 2")
nachtigall.wait_for_unit("nginx.service")
nachtigall.wait_for_open_port(443)
nachtigall.wait_for_open_port(443, "test.pub.solar")
nachtigall.wait_until_succeeds("curl https://test.pub.solar/")
'';
}