This commit is contained in:
Damodar Lohani 2021-07-19 14:42:27 +05:45
parent 64ce7d8a81
commit 285c66be48

View file

@ -23,7 +23,7 @@ class ProjectsConsoleClientTest extends Scope
'content-type' => 'application/json',
'x-appwrite-project' => $this->getProject()['$id'],
], $this->getHeaders()), [
'projectId' => 'unique()',
'teamId' => 'unique()',
'name' => 'Project Test',
]);