aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/tests
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2023-04-11 11:24:09 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2023-07-05 16:20:32 +0200
commit0984970cd8759ae2dcd7dfdfe41d5816bf3c2948 (patch)
treec215c2dfd3235d9d022f01eb0dd7dbdac969547a /apps/files_trashbin/tests
parent79d24bfb8eebd82dd75b15c5503a4bb33563ee69 (diff)
downloadnextcloud-server-0984970cd8759ae2dcd7dfdfe41d5816bf3c2948.tar.gz
nextcloud-server-0984970cd8759ae2dcd7dfdfe41d5816bf3c2948.zip
feat(files): favorites
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files_trashbin/tests')
-rw-r--r--apps/files_trashbin/tests/Controller/PreviewControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/tests/Controller/PreviewControllerTest.php b/apps/files_trashbin/tests/Controller/PreviewControllerTest.php
index 4db3d4f613c..3b114484c7f 100644
--- a/apps/files_trashbin/tests/Controller/PreviewControllerTest.php
+++ b/apps/files_trashbin/tests/Controller/PreviewControllerTest.php
@@ -157,7 +157,7 @@ class PreviewControllerTest extends TestCase {
$this->overwriteService(ITimeFactory::class, $this->time);
- $res = $this->controller->getPreview(42, 10, 10, true);
+ $res = $this->controller->getPreview(42, 10, 10, false);
$expected = new FileDisplayResponse($preview, Http::STATUS_OK, ['Content-Type' => 'previewMime']);
$expected->cacheFor(3600 * 24);