Merge pull request #9653 from appwrite/update-usage-test

fix: usage test assertion
This commit is contained in:
Christy Jacob 2025-04-15 17:46:46 +04:00 committed by GitHub
commit 8e2571539c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -148,7 +148,7 @@ class UsageTest extends Scope
);
$this->assertEquals(200, $response['headers']['status-code']);
$this->assertEquals(31, count($response['body']));
$this->assertGreaterThanOrEqual(31, count($response['body']));
$this->validateDates($response['body']['network']);
$this->validateDates($response['body']['requests']);
$this->validateDates($response['body']['users']);