correct broken sitenote parsing tests

This commit is contained in:
Daniel Roth 2026-04-13 16:22:21 +00:00
parent 99908537ba
commit 6415980384

View file

@ -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 ---