Skip to content

Commit

Permalink
[MNT-23960] Added options (pdfFont, pdfFontSize) to AIOTikaTest
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagosalvado10 committed Nov 15, 2023
1 parent 67cd4c3 commit c6ff737
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ public void optionListTest()
"startPage",
"targetEncoding",
"thumbnail",
"width"
"width",
"pdfFont",
"pdfFontSize"
),
getOptionNames(controller.transformConfig(0).getBody().getTransformOptions()));
}
Expand Down

0 comments on commit c6ff737

Please sign in to comment.