mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix users endpoint
This commit is contained in:
@@ -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',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user