mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Fix setUserValue bool test on testShowHiddenFiles & testCropImagePreviews
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
b585cf1ea1
commit
3b148451b2
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ class ApiControllerTest extends TestCase {
|
|||
|
||||
$this->config->expects($this->once())
|
||||
->method('setUserValue')
|
||||
->with($this->user->getUID(), 'files', 'crop_image_previews', $crop);
|
||||
->with($this->user->getUID(), 'files', 'crop_image_previews', '1');
|
||||
|
||||
$expected = new Http\Response();
|
||||
$actual = $this->apiController->cropImagePreviews($crop);
|
||||
|
|
|
|||
Loading…
Reference in a new issue