mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: update account codes
This commit is contained in:
@@ -52,7 +52,7 @@ class AccountConsoleClientTest extends Scope
|
||||
]);
|
||||
|
||||
$this->assertEquals($response['headers']['status-code'], 401);
|
||||
$this->assertEquals($response['body']['type'], Exception::GENERAL_CODES_DISABLED);
|
||||
$this->assertEquals($response['body']['type'], Exception::USER_INVALID_CODE);
|
||||
|
||||
/**
|
||||
* Test for SUCCESS
|
||||
|
||||
Reference in New Issue
Block a user