Skip to content

Commit

Permalink
Fix test on master
Browse files Browse the repository at this point in the history
Regression by #26410

Signed-off-by: Lukas Reschke <[email protected]>
  • Loading branch information
LukasReschke committed May 28, 2021
1 parent 621a4bc commit b0bdd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/tests/Controller/ApiControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ public function testShowHiddenFiles() {

$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);
Expand Down

0 comments on commit b0bdd2d

Please sign in to comment.