share delete fix

This commit is contained in:
Peter Papp
2021-07-22 12:39:32 +02:00
parent b0e8bfa3ce
commit 69eb8dacce
4 changed files with 8 additions and 8 deletions

View File

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