From fc12cda82b808ab7da1c37a6e9d5a926d3319f64 Mon Sep 17 00:00:00 2001 From: Peter Staar Date: Tue, 29 Oct 2024 17:39:47 +0100 Subject: [PATCH] fixed the html tests Signed-off-by: Peter Staar --- tests/test_backend_html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_backend_html.py b/tests/test_backend_html.py index 76ce1892..3bd27242 100644 --- a/tests/test_backend_html.py +++ b/tests/test_backend_html.py @@ -81,7 +81,7 @@ def test_e2e_html_conversions(): # print(f"converting {html_path}") gt_path = ( - docx_path.parent.parent / "groundtruth" / "docling_v2" / docx_path.name + html_path.parent.parent / "groundtruth" / "docling_v2" / html_path.name ) conv_result: ConversionResult = converter.convert(html_path)