Update assertion

This commit is contained in:
Khushboo Verma
2025-03-26 17:06:19 +05:30
parent 3b9318c2fc
commit 583a18dcd7
@@ -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);
}