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:
@@ -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']);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user