mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-12 17:04:48 +00:00
ATS-688: Fix ImageMagickControllerTest.optionsNegateBooleansTest unit test
This commit is contained in:
parent
b072c89694
commit
20f81b429b
@ -285,7 +285,7 @@ public class ImageMagickControllerTest extends AbstractTransformerControllerTest
|
||||
.param("resizeHeight", "654")
|
||||
.param("resizePercentage", "false")
|
||||
.param("allowEnlargement", "false")
|
||||
.param("maintainAspectRatio", "false"))
|
||||
.param("maintainAspectRatio", "true"))
|
||||
.andExpect(status().is(OK.value()))
|
||||
.andExpect(content().bytes(expectedTargetFileBytes))
|
||||
.andExpect(header().string("Content-Disposition",
|
||||
|
Loading…
x
Reference in New Issue
Block a user