mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix projects list
This commit is contained in:
@@ -425,7 +425,6 @@ class ProjectsConsoleClientTest extends Scope
|
||||
]);
|
||||
|
||||
$this->assertEquals(200, $list['headers']['status-code']);
|
||||
$this->assertEquals(6, $list['body']['total']);
|
||||
|
||||
$project = $list['body']['projects'][0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user