mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
remove var_dump graphql
This commit is contained in:
@@ -191,7 +191,6 @@ class AuthTest extends Scope
|
||||
'cookie' => 'a_session_' . $projectId . '=' . $this->token1,
|
||||
], $gqlPayload);
|
||||
|
||||
var_dump($document);
|
||||
$this->assertIsArray($document['body']['data']['databasesGetDocument']);
|
||||
$this->assertArrayNotHasKey('errors', $document['body']);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user