Fix failing tests

This commit is contained in:
Matej Bačo
2025-03-05 13:00:06 +01:00
parent 77d27bdd20
commit 2f3c43d0db
@@ -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