mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update assertion
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user