mirror of
https://github.com/appwrite/appwrite
synced 2026-05-18 06:29:06 +00:00
Update tests/e2e/Services/Projects/ProjectsDevKeys.php
Co-authored-by: Matej Bačo <matejbacocom@gmail.com>
This commit is contained in:
parent
5cf4a46555
commit
8206cee449
1 changed files with 1 additions and 1 deletions
|
|
@ -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']);
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue