tests: fix website open port check

This commit is contained in:
teutat3s 2025-02-11 18:57:28 +01:00
parent aa93a22577
commit a94290fb3a
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1

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