mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Update tests/e2e/Services/Projects/ProjectsDevKeys.php
Co-authored-by: Matej Bačo <matejbacocom@gmail.com>
This commit is contained in:
parent
8206cee449
commit
b8917bc811
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ trait ProjectsDevKeys
|
|||
'email' => 'user@appwrite.io',
|
||||
'password' => 'password'
|
||||
]);
|
||||
$this->assertEquals('429', $res['headers']['status-code']);
|
||||
$this->assertEquals(429, $res['headers']['status-code']);
|
||||
|
||||
$res = $this->client->call(Client::METHOD_POST, '/account/sessions/email', [
|
||||
'content-type' => 'application/json',
|
||||
|
|
|
|||
Loading…
Reference in a new issue