Skip to content

Commit 95953ca

Browse files
committed
Fix tests
1 parent 0ed2587 commit 95953ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Http/Api/DownloadControllerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
$this
9292
->get(
9393
route('code16.sharp.download.show', [
94+
'filterKey' => 'root',
9495
'entityKey' => 'person',
9596
'instanceId' => 1,
9697
'disk' => 'local',
@@ -109,6 +110,7 @@
109110
$this
110111
->get(
111112
route('code16.sharp.download.show', [
113+
'filterKey' => 'root',
112114
'entityKey' => 'person',
113115
'instanceId' => 1,
114116
'disk' => 'local',

0 commit comments

Comments
 (0)