ATS-688: Fix ImageMagickControllerTest.optionsNegateBooleansTest unit test

This commit is contained in:
kristian 2020-03-30 12:06:33 +01:00
parent b072c89694
commit 20f81b429b

View File

@ -285,7 +285,7 @@ public class ImageMagickControllerTest extends AbstractTransformerControllerTest
.param("resizeHeight", "654") .param("resizeHeight", "654")
.param("resizePercentage", "false") .param("resizePercentage", "false")
.param("allowEnlargement", "false") .param("allowEnlargement", "false")
.param("maintainAspectRatio", "false")) .param("maintainAspectRatio", "true"))
.andExpect(status().is(OK.value())) .andExpect(status().is(OK.value()))
.andExpect(content().bytes(expectedTargetFileBytes)) .andExpect(content().bytes(expectedTargetFileBytes))
.andExpect(header().string("Content-Disposition", .andExpect(header().string("Content-Disposition",