1
0
Fork 0
mirror of synced 2024-09-18 02:18:19 +12:00

Run Linter

This commit is contained in:
Bradley Schofield 2024-08-05 12:24:27 +09:00
parent 4801fb816a
commit 3a91fee41b

View file

@ -1579,7 +1579,7 @@ class FunctionsCustomServerTest extends Scope
], $this->getHeaders()), [
'range' => '24h'
]);
$this->assertEquals(200, $response['headers']['status-code']);
$this->assertEquals(19, count($response['body']));
$this->assertEquals('24h', $response['body']['range']);