mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
fix test
This commit is contained in:
parent
b862fc6b4c
commit
387ef142cc
1 changed files with 1 additions and 1 deletions
|
|
@ -1736,7 +1736,7 @@ class FunctionsCustomServerTest extends Scope
|
|||
]);
|
||||
|
||||
$this->assertEquals(200, $response['headers']['status-code']);
|
||||
$this->assertEquals(19, count($response['body']));
|
||||
$this->assertEquals(2419, count($response['body']));
|
||||
$this->assertEquals('24h', $response['body']['range']);
|
||||
$this->assertEquals(1, $response['body']['executionsTotal']);
|
||||
}, 25000, 1000);
|
||||
|
|
|
|||
Loading…
Reference in a new issue