mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-22 09:32:14 +00:00
upload file into request folder and get their thumbnails
This commit is contained in:
@@ -185,7 +185,7 @@ class TrafficTest extends TestCase
|
||||
'is_protected' => false,
|
||||
]);
|
||||
|
||||
$this->get("/file/$document->name/$share->token")
|
||||
$this->get("/file/$document->name/shared/$share->token")
|
||||
->assertStatus(200);
|
||||
|
||||
$this->assertDatabaseHas('traffic', [
|
||||
|
||||
Reference in New Issue
Block a user