mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
share delete fix
This commit is contained in:
@@ -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,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user