From f9ce932ac1ff64e6fa7e324d5361c7faa927f401 Mon Sep 17 00:00:00 2001 From: Khushboo Verma <43381712+vermakhushboo@users.noreply.github.com> Date: Thu, 13 Feb 2025 00:11:43 +0530 Subject: [PATCH] Create site rule --- tests/e2e/Services/Sites/SitesCustomServerTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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', [