This commit is contained in:
Chirag Aggarwal
2025-08-27 17:30:24 +05:30
parent f4ea5fad4a
commit a2eec2eac6
@@ -931,7 +931,7 @@ class FunctionsCustomServerTest extends Scope
'method' => 'HEAD',
]);
$this->assertEquals(200, $execution['headers']['status-code']);
$this->assertEquals(201, $execution['headers']['status-code']);
$this->assertEquals('completed', $execution['body']['status']);
$this->assertEquals(200, $execution['body']['responseStatusCode']);
$this->assertIsArray($execution['body']['responseHeaders']);