From c0cf93494cd6144cb2a85e17c4040c037dbfb3d7 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Thu, 9 Jun 2022 11:23:06 +1200 Subject: [PATCH] Remove var dump --- tests/e2e/Services/Account/AccountCustomClientTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/e2e/Services/Account/AccountCustomClientTest.php b/tests/e2e/Services/Account/AccountCustomClientTest.php index 6427db7559..3f300f184a 100644 --- a/tests/e2e/Services/Account/AccountCustomClientTest.php +++ b/tests/e2e/Services/Account/AccountCustomClientTest.php @@ -269,8 +269,6 @@ class AccountCustomClientTest extends Scope 'cookie' => 'a_session_' . $this->getProject()['$id'] . '=' . $session, ])); - \var_dump($response); - $this->assertEquals($response['headers']['status-code'], 201); $this->assertEquals($response['headers']['x-ratelimit-remaining'], 99); $this->assertNotEmpty($response['body']['jwt']);