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