1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

Update metric count

This commit is contained in:
Bradley Schofield 2024-09-24 01:43:33 +09:00
parent 5c59083f4d
commit e8bd577d4e

View file

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