mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix error code
This commit is contained in:
@@ -83,7 +83,7 @@ class AccountCustomClientTest extends Scope
|
||||
'failure' => 'http://localhost/v1/mock/tests/general/oauth2/failure',
|
||||
]);
|
||||
|
||||
$this->assertEquals(500, $response['headers']['status-code']);
|
||||
$this->assertEquals(412, $response['headers']['status-code']);
|
||||
|
||||
return [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user