mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
fix test
This commit is contained in:
parent
64ce7d8a81
commit
285c66be48
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
]);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue