1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +12:00

Update FunctionsCustomServerTest.php

This commit is contained in:
Bradley Schofield 2023-08-16 18:40:24 +01:00
parent 616e61339c
commit 8222e28ac9
No known key found for this signature in database
GPG key ID: CDDF1217D7D66C9D

View file

@ -733,7 +733,7 @@ class FunctionsCustomServerTest extends Scope
], $this->getHeaders()), [
// Testing default value, should be 'async' => false
]);
$this->assertEquals(201, $execution['headers']['status-code']);
$this->assertEquals('completed', $execution['body']['status']);
$this->assertEquals(200, $execution['body']['responseStatusCode']);