Update tests/e2e/Services/Projects/ProjectsDevKeys.php

Co-authored-by: Matej Bačo <matejbacocom@gmail.com>
This commit is contained in:
Damodar Lohani 2024-12-04 10:58:05 +05:45 committed by GitHub
parent 8206cee449
commit b8917bc811
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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',