1
0
Fork 0
mirror of synced 2024-09-14 16:38:28 +12:00
This commit is contained in:
Matej Bačo 2024-07-03 08:02:16 +00:00
parent 5ef196ec9a
commit f59a6cf22e

View file

@ -1206,7 +1206,7 @@ class AccountCustomClientTest extends Scope
'x-appwrite-project' => 'console',
'cookie' => 'a_session_console=' . $this->getRoot()['session'],
]), [
'sessionAlerts' => true,
'alerts' => true,
]);
$this->assertEquals(200, $response['headers']['status-code']);