no folderid field

This commit is contained in:
Damodar Lohani
2021-10-17 14:02:03 +05:45
parent e6996ad63a
commit 1cf105d144
@@ -39,7 +39,6 @@ class StorageCustomClientTest extends Scope
], $this->getHeaders()), [
'fileId' => 'unique()',
'file' => new CURLFile(realpath(__DIR__ . '/../../../resources/logo.png'), 'image/png', 'permissions.png'),
'folderId' => 'xyz',
]);
$this->assertEquals($file['headers']['status-code'], 201);