From aec9d91a68daa5e81503ba25f0d6d60066566d61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Mon, 10 Feb 2025 09:17:59 +0100 Subject: [PATCH] Formatting fix --- tests/e2e/Services/Sites/SitesCustomServerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Sites/SitesCustomServerTest.php b/tests/e2e/Services/Sites/SitesCustomServerTest.php index 425ce2c4f4..ed435ee15b 100644 --- a/tests/e2e/Services/Sites/SitesCustomServerTest.php +++ b/tests/e2e/Services/Sites/SitesCustomServerTest.php @@ -982,7 +982,7 @@ class SitesCustomServerTest extends Scope ]); $this->assertNotEmpty($deploymentId); - + $domain = $this->getSiteDomain($siteId); $proxyClient = new Client();