This commit is contained in:
John Molakvoæ 2021-05-29 15:17:18 +02:00 committed by GitHub
commit c12b9270ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);