mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Fixed property unit tests
This commit is contained in:
parent
43a2196580
commit
10f3361885
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ mock_epc_response = {
|
|||
"uprn": 1,
|
||||
"number-habitable-rooms": 5,
|
||||
"property-type": "House",
|
||||
"built-form": "Detached",
|
||||
"inspection-date": "2023-06-01",
|
||||
'lodgement-datetime': '2023-06-01 20:29:01',
|
||||
"some-other-key": "some-value",
|
||||
|
|
@ -42,6 +43,7 @@ mock_epc_response = {
|
|||
"uprn": 2,
|
||||
"number-habitable-rooms": 5,
|
||||
"property-type": "House",
|
||||
"built-form": "Detached",
|
||||
"inspection-date": "2023-05-01",
|
||||
'lodgement-datetime': '2023-05-01 20:29:01',
|
||||
"some-other-key": "some-other-value",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue