controller refactoring part 14

This commit is contained in:
Peter Papp
2021-07-21 09:01:51 +02:00
parent b659f2ad8d
commit 1534696e0d
7 changed files with 67 additions and 73 deletions

View File

@@ -222,7 +222,7 @@ class UserShareTest extends TestCase
'id' => $folder->id,
])->assertStatus(201);
$this->delete('/api/share', [
$this->deleteJson('/api/share', [
'tokens' => [
$folder->shared->token,
],