From 583a18dcd76d62c3eecc4c2f7d0b17ac9af49db0 Mon Sep 17 00:00:00 2001 From: Khushboo Verma <43381712+vermakhushboo@users.noreply.github.com> Date: Wed, 26 Mar 2025 17:06:19 +0530 Subject: [PATCH] Update assertion --- 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 4d0ef66112..bf9eb0dc29 100644 --- a/tests/e2e/Services/Sites/SitesCustomServerTest.php +++ b/tests/e2e/Services/Sites/SitesCustomServerTest.php @@ -2426,7 +2426,7 @@ class SitesCustomServerTest extends Scope }, 100000, 500); $response = $proxyClient->call(Client::METHOD_GET, '/'); - $this->assertStringContainsString('Build with the requested ID failed. Please check the logs for more information.', $response['body']); + $this->assertStringContainsString('build_failed', $response['body']); $this->cleanupSite($siteId); }