diff --git a/tests/e2e/Services/Account/AccountCustomClientTest.php b/tests/e2e/Services/Account/AccountCustomClientTest.php index 7a6b469d9b..321b1110fd 100644 --- a/tests/e2e/Services/Account/AccountCustomClientTest.php +++ b/tests/e2e/Services/Account/AccountCustomClientTest.php @@ -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']);