mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Covered all cases, fixed CS, added a new TODO
This commit is contained in:
@@ -115,7 +115,7 @@ class RefreshCest {
|
||||
$I->canSeeResponseCodeIs(401);
|
||||
$I->canSeeResponseContainsJson([
|
||||
'error' => 'ForbiddenOperationException',
|
||||
'errorMessage' => 'This account has been suspended.',
|
||||
'errorMessage' => 'Invalid token.',
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user