mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update tests/e2e/Services/Projects/ProjectsDevKeys.php
Co-authored-by: Matej Bačo <matejbacocom@gmail.com>
This commit is contained in:
co-authored by
Matej Bačo
parent
8206cee449
commit
b8917bc811
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user