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();