From 6415980384fb9ee1776eeda99cdd92c6e1042162 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Mon, 13 Apr 2026 16:22:21 +0000 Subject: [PATCH] correct broken sitenote parsing tests --- .../surveys/tests/test_pashub_rdsap_site_notes_loading.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/datatypes/epc/surveys/tests/test_pashub_rdsap_site_notes_loading.py b/datatypes/epc/surveys/tests/test_pashub_rdsap_site_notes_loading.py index 3c6e6622..d89f989d 100644 --- a/datatypes/epc/surveys/tests/test_pashub_rdsap_site_notes_loading.py +++ b/datatypes/epc/surveys/tests/test_pashub_rdsap_site_notes_loading.py @@ -25,7 +25,9 @@ class TestExample1: @pytest.fixture def survey(self) -> PasHubRdSapSiteNotes: - return from_dict(PasHubRdSapSiteNotes, load("example1.json")) + return from_dict( + PasHubRdSapSiteNotes, load("pashub_rdsap_site_notes_example1.json") + ) # --- inspection_metadata --- @@ -203,7 +205,9 @@ class TestExample2: @pytest.fixture def survey(self) -> PasHubRdSapSiteNotes: - return from_dict(PasHubRdSapSiteNotes, load("example2.json")) + return from_dict( + PasHubRdSapSiteNotes, load("pashub_rdsap_site_notes_example2.json") + ) # --- inspection_metadata ---