mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Remove var dump
This commit is contained in:
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user