mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
correct broken sitenote parsing tests
This commit is contained in:
parent
99908537ba
commit
6415980384
1 changed files with 6 additions and 2 deletions
|
|
@ -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 ---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue