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