aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/files/tests/Controller/ApiControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/tests/Controller/ApiControllerTest.php b/apps/files/tests/Controller/ApiControllerTest.php
index 1fb6490f143..dd64bfb8330 100644
--- a/apps/files/tests/Controller/ApiControllerTest.php
+++ b/apps/files/tests/Controller/ApiControllerTest.php
@@ -239,7 +239,7 @@ class ApiControllerTest extends TestCase {
$this->config->expects($this->once())
->method('setUserValue')
- ->with($this->user->getUID(), 'files', 'show_hidden', $show);
+ ->with($this->user->getUID(), 'files', 'show_hidden', '0');
$expected = new Http\Response();
$actual = $this->apiController->showHiddenFiles($show);