fix users endpoint

This commit is contained in:
Torsten Dittmann
2021-10-07 19:57:23 +02:00
parent d065fbc388
commit 1dc8a74e57
2 changed files with 28 additions and 96 deletions
@@ -23,6 +23,7 @@ class StorageCustomClientTest extends Scope
'content-type' => 'multipart/form-data',
'x-appwrite-project' => $this->getProject()['$id'],
], $this->getHeaders()), [
'fileId' => 'uniquie()',
'file' => new CURLFile(realpath(__DIR__ . '/../../../resources/logo.png'), 'image/png', 'logo.png'),
'folderId' => 'xyz',
]);