Skip to content

Commit

Permalink
Fix base test
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximPlusov committed Mar 20, 2024
1 parent 12c9ecf commit af6597a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public static ComponentDetails getDetails() {
*/
@POST
@Path("/{profileId}")
@Operation(summary = "Validate the uploaded file " + VALIDATION_OP_DESC)
@Operation(summary = "Validates the uploaded file " + VALIDATION_OP_DESC)
@ApiResponses(value = {
@ApiResponse(responseCode = "200", description = "OK", content = {
@Content(mediaType = "application/xml", schema = @Schema(implementation = BatchSummary.class)),
Expand Down
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 validation profile", 91, ("5", 5)),
("ua2", "PDFUA_2", "PDF/UA-2 validation profile", 90, ("5", 5)),
)

FLAVOURS_LIST = sorted(
Expand Down

0 comments on commit af6597a

Please sign in to comment.