From 42387da5a3f695f5639f86ca2c392138824f9ea8 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Wed, 15 Apr 2026 11:46:29 +0000 Subject: [PATCH] =?UTF-8?q?include=20property=20reference=20in=20excel=20r?= =?UTF-8?q?ow=20dict=20=F0=9F=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/ecmk_fetcher/tests/test_xml_processor.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/ecmk_fetcher/tests/test_xml_processor.py b/backend/ecmk_fetcher/tests/test_xml_processor.py index 801676ec..2a78cc7b 100644 --- a/backend/ecmk_fetcher/tests/test_xml_processor.py +++ b/backend/ecmk_fetcher/tests/test_xml_processor.py @@ -183,6 +183,7 @@ def test_flatten_full(): # assert assert result == { + "reference": "1AB245CD", "address": "1, Fake Avenue, Random, AB24 5CD", "property_type": "House", "main_dwelling_floor_1_area_m2": 43.61, @@ -216,6 +217,7 @@ def test_flatten_no_roof(): # assert assert result == { + "reference": "5XY12AB", "address": "5, Somewhere, XY1 2AB", "property_type": "House", "main_dwelling_floor_1_area_m2": 50.0,