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:57:49 +05:45 committed by GitHub
parent 5cf4a46555
commit 8206cee449
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -157,7 +157,7 @@ trait ProjectsDevKeys
'email' => 'user@appwrite.io',
'password' => 'password'
]);
$this->assertEquals('401', $res['headers']['status-code']);
$this->assertEquals(401, $res['headers']['status-code']);
/**