Skip to content

Commit

Permalink
backend test update with correct danger rating
Browse files Browse the repository at this point in the history
  • Loading branch information
brettedw committed Sep 18, 2023
1 parent a67a12c commit 0a4ae9b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions api/app/tests/wildfire_one/test_schema_parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,6 @@ async def async_observed_dailies(record_type: str):
"stationStatus": {
"id": "ACTIVE",
},
"weatherZone": {
"id": 1,
"displayLabel": "Zone 1",
"dangerRegion": 1,
"displayOrder": 1
},
},
"recordType": {
"id": record_type
Expand All @@ -160,7 +154,7 @@ async def async_observed_dailies(record_type: str):
"initialSpreadIndex": 1,
"buildUpIndex": 1,
"fireWeatherIndex": 1,

"dangerForest": 1
}


Expand Down

0 comments on commit 0a4ae9b

Please sign in to comment.