1
0
Fork 0
mirror of synced 2024-06-09 22:34:46 +12:00

remove folderId

This commit is contained in:
Damodar Lohani 2022-02-16 02:08:16 +00:00
parent 8058c66374
commit d0c46fdada

View file

@ -893,7 +893,6 @@ class RealtimeCustomClientTest extends Scope
'file' => new CURLFile(realpath(__DIR__ . '/../../../resources/logo.png'), 'image/png', 'logo.png'),
'read' => ['role:all'],
'write' => ['role:all'],
'folderId' => 'xyz',
]);
$response = json_decode($client->receive(), true);