Skip to content

Commit

Permalink
Fix PDF/UA-2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Mar 29, 2024
1 parent 1059608 commit 1c6857c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rest_api/tests/base_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class BaseClass:
("4e", "PDFA_4_E", "PDF/A-4E validation profile", 108, ("6.1.6.2", 1)),
("4f", "PDFA_4_F", "PDF/A-4F validation profile", 108, ("6.2.4.2", 3)),
("ua1", "PDFUA_1", "PDF/UA-1 validation profile", 104, ("7.18.8", 1)),
("ua2", "PDFUA_2", "PDF/UA-2 + Tagged PDF validation profile", 1750, ("5", 5)),
("ua2", "PDFUA_2", "PDF/UA-2 + Tagged PDF validation profile", 1744, ("5", 5)),
)

FLAVOURS_LIST = sorted(
Expand Down

0 comments on commit 1c6857c

Please sign in to comment.