Revert "test(integration): fix rules failed toleration"

This reverts commit de1b887d29.
This commit is contained in:
Julien Neuhart
2025-05-18 14:15:12 +02:00
parent 5aa1cd7f40
commit e1870429b9

View File

@@ -447,7 +447,7 @@ Feature: /forms/libreoffice/convert
Then the response status code should be 200 Then the response status code should be 200
Then the response header "Content-Type" should be "application/pdf" Then the response header "Content-Type" should be "application/pdf"
Then there should be 1 PDF(s) in the response Then there should be 1 PDF(s) in the response
Then the response PDF(s) should be valid "PDF/A-1b" with a tolerance of 2 failed rule(s) Then the response PDF(s) should be valid "PDF/A-1b" with a tolerance of 1 failed rule(s)
Then the response PDF(s) should be valid "PDF/UA-1" with a tolerance of 2 failed rule(s) Then the response PDF(s) should be valid "PDF/UA-1" with a tolerance of 2 failed rule(s)
Scenario: POST /forms/libreoffice/convert (Split & PDF/A-1b & PDF/UA-1) Scenario: POST /forms/libreoffice/convert (Split & PDF/A-1b & PDF/UA-1)
@@ -478,7 +478,7 @@ Feature: /forms/libreoffice/convert
""" """
Page 3 Page 3
""" """
Then the response PDF(s) should be valid "PDF/A-1b" with a tolerance of 2 failed rule(s) Then the response PDF(s) should be valid "PDF/A-1b" with a tolerance of 1 failed rule(s)
Then the response PDF(s) should be valid "PDF/UA-1" with a tolerance of 2 failed rule(s) Then the response PDF(s) should be valid "PDF/UA-1" with a tolerance of 2 failed rule(s)
Scenario: POST /forms/libreoffice/convert (Metadata) Scenario: POST /forms/libreoffice/convert (Metadata)