mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
fix: 201
This commit is contained in:
parent
f4ea5fad4a
commit
a2eec2eac6
1 changed files with 1 additions and 1 deletions
|
|
@ -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']);
|
||||
|
|
|
|||
Loading…
Reference in a new issue