1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

fix storage usage test to match response

This commit is contained in:
Damodar Lohani 2022-08-14 11:19:24 +00:00
parent cf86481d31
commit e75dace600

View file

@ -38,7 +38,7 @@ class StorageConsoleClientTest extends Scope
]);
$this->assertEquals($response['headers']['status-code'], 200);
$this->assertEquals(count($response['body']), 13);
$this->assertEquals(12, count($response['body']));
$this->assertEquals($response['body']['range'], '24h');
$this->assertIsArray($response['body']['filesStorage']);
$this->assertIsArray($response['body']['filesCount']);