From c686bc9908cf1225951c1ad7a8e72e14280ce44c Mon Sep 17 00:00:00 2001 From: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com> Date: Thu, 20 Feb 2025 14:23:56 +0100 Subject: [PATCH] Update tests/test_backend_patent_uspto.py Co-authored-by: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com> Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com> --- tests/test_backend_patent_uspto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_backend_patent_uspto.py b/tests/test_backend_patent_uspto.py index 3433cdb4..002aa712 100644 --- a/tests/test_backend_patent_uspto.py +++ b/tests/test_backend_patent_uspto.py @@ -114,7 +114,7 @@ def test_patent_groundtruth(patents, groundtruth): json_path = path.with_suffix(".json") if json_path.stem in gt_names: assert verify_document( - doc, str(json_path), False + doc, str(json_path), GENERATE ), f"JSON file mismatch against groundtruth {json_path}" itxt_name = path.stem + ".itxt" if itxt_name in gt_names: