mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix tests
This commit is contained in:
@@ -1903,7 +1903,7 @@ class SitesCustomServerTest extends Scope
|
||||
Query::equal('deploymentId', [$deploymentId])->toString()
|
||||
]);
|
||||
$this->assertEquals(200, $logs['headers']['status-code']);
|
||||
$this->assertEquals(1, $logs['body']['total']);
|
||||
$this->assertGreaterThanOrEqual(1, $logs['body']['total']);
|
||||
$this->assertCount(1, $logs['body']['executions']);
|
||||
|
||||
$logs = $this->listLogs($siteId, [
|
||||
|
||||
Reference in New Issue
Block a user