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