mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
s3 bandwidth usage fix
This commit is contained in:
@@ -186,7 +186,8 @@ class TrafficTest extends TestCase
|
||||
]);
|
||||
|
||||
$this->get("/file/$document->name/shared/$share->token")
|
||||
->assertStatus(200);
|
||||
->assertStatus(200)
|
||||
->assertDownload($document->name);
|
||||
|
||||
$this->assertDatabaseHas('traffic', [
|
||||
'user_id' => $this->user->id,
|
||||
|
||||
Reference in New Issue
Block a user