1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00
This commit is contained in:
Jake Barnby 2023-08-17 17:38:05 -04:00
parent 07c985ebc3
commit 8de0eefbaa
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

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']);