From 3ae2ed12079b1b35af9e62236ddabbe10177ede4 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Tue, 14 Apr 2026 16:52:41 +0000 Subject: [PATCH] =?UTF-8?q?More=20complicated=20XML=20test=20=F0=9F=9F=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/ecmk_fetcher/tests/test_xml_processor.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/backend/ecmk_fetcher/tests/test_xml_processor.py b/backend/ecmk_fetcher/tests/test_xml_processor.py index 451c1e3f..9f28062d 100644 --- a/backend/ecmk_fetcher/tests/test_xml_processor.py +++ b/backend/ecmk_fetcher/tests/test_xml_processor.py @@ -125,7 +125,10 @@ def test_parse_rdsap_contract(): "party_wall_length_m": 0.0, } ], - "roof": None, + "roof": { + "construction": 8, + "insulation_location": 7, + }, }, ], }