From a94290fb3a076163afcfe6bc89c9a8afdfa7bf8a Mon Sep 17 00:00:00 2001
From: teutat3s <teutates@mailbox.org>
Date: Tue, 11 Feb 2025 18:57:28 +0100
Subject: [PATCH] tests: fix website open port check

---
 tests/website.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/website.nix b/tests/website.nix
index db3a0aa..39443f9 100644
--- a/tests/website.nix
+++ b/tests/website.nix
@@ -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/")
   '';
 }
-- 
2.47.2