Remove var dump

This commit is contained in:
Jake Barnby
2022-06-09 11:23:06 +12:00
parent c368c5cae3
commit c0cf93494c
@@ -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']);