From de1b887d2951cd9bf908cd531c873c0e2eac608e Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Thu, 15 May 2025 14:23:31 +0200 Subject: [PATCH] test(integration): fix rules failed toleration --- test/integration/features/libreoffice_convert.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/features/libreoffice_convert.feature b/test/integration/features/libreoffice_convert.feature index 8a96a936..daa13e41 100644 --- a/test/integration/features/libreoffice_convert.feature +++ b/test/integration/features/libreoffice_convert.feature @@ -447,7 +447,7 @@ Feature: /forms/libreoffice/convert Then the response status code should be 200 Then the response header "Content-Type" should be "application/pdf" 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 1 failed rule(s) + 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/UA-1" with a tolerance of 2 failed rule(s) Scenario: POST /forms/libreoffice/convert (Split & PDF/A-1b & PDF/UA-1) @@ -478,7 +478,7 @@ Feature: /forms/libreoffice/convert """ Page 3 """ - 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/A-1b" 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)