mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix failing tests
This commit is contained in:
@@ -186,8 +186,8 @@ class FunctionsServerTest extends Scope
|
||||
'x-appwrite-project' => $projectId,
|
||||
], $this->getHeaders()), $gqlPayload);
|
||||
|
||||
$this->assertIsNotArray($response['body']);
|
||||
$this->assertEquals(204, $response['headers']['status-code']);
|
||||
$this->assertIsArray($response['body']['data']);
|
||||
$this->assertEquals(200, $response['headers']['status-code']);
|
||||
}
|
||||
|
||||
public function testGetFunctions(): array
|
||||
|
||||
Reference in New Issue
Block a user