diff --git a/tests/e2e/Services/Sites/SitesCustomServerTest.php b/tests/e2e/Services/Sites/SitesCustomServerTest.php index 4f3fc2d327..c002dddbb5 100644 --- a/tests/e2e/Services/Sites/SitesCustomServerTest.php +++ b/tests/e2e/Services/Sites/SitesCustomServerTest.php @@ -74,12 +74,13 @@ class SitesCustomServerTest extends Scope 'framework' => 'other', 'buildRuntime' => 'ssr-22', 'outputDirectory' => './', - 'subdomain' => 'test-site', 'fallbackFile' => null, ]); $this->assertNotEmpty($siteId); + $this->createSiteDomain($siteId, 'test-site'); + $rule = $this->getSiteDomain($siteId); $response = $this->client->call(Client::METHOD_GET, '/console/resources', [