From 8a30738f523bfcdf8f3d29765d20635517626745 Mon Sep 17 00:00:00 2001 From: fogelito Date: Thu, 23 Feb 2023 09:46:40 +0200 Subject: [PATCH] remove var_dump graphql --- tests/e2e/Services/GraphQL/AuthTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/e2e/Services/GraphQL/AuthTest.php b/tests/e2e/Services/GraphQL/AuthTest.php index 820c25c47b..c331fb8437 100644 --- a/tests/e2e/Services/GraphQL/AuthTest.php +++ b/tests/e2e/Services/GraphQL/AuthTest.php @@ -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']);