Limitation API skelet with can upload tests

This commit is contained in:
Čarodej
2022-01-05 11:20:57 +01:00
parent 49c6f25acb
commit c7c11fe5b9
42 changed files with 549 additions and 187 deletions

View File

@@ -296,14 +296,14 @@ class BrowseTest extends TestCase
'user_id' => $user->id,
]);
Share::factory(Share::class)
Share::factory()
->create([
'type' => 'folder',
'item_id' => $folder->id,
'user_id' => $user->id,
]);
Share::factory(Share::class)
Share::factory()
->create([
'type' => 'file',
'item_id' => $file->id,