Skip to content

Commit

Permalink
Fix radar tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gutzbenj committed Sep 11, 2021
1 parent 6de97b4 commit 76e380f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/provider/dwd/radar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"(neu,)?(nhb,)?(oft,)?eis,(tur,)?(isn,)?(fbg,)?(mem)?"
)
station_reference_pattern_sorted = (
"(asb,)?(boo,)?(drs,)?eis,ess,(fbg,)?fld,hnr,(isn,)?"
"(asb,)?(boo,)?(drs,)?eis,ess,(fbg,)?fld,(hnr,)?(isn,)?"
"(mem,)?(neu,)?(nhb,)?oft,pro,(ros,)?(tur,)?umd"
)
station_reference_pattern_de = (
Expand Down
2 changes: 1 addition & 1 deletion tests/ui/explorer/test_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def test_app_data_stations_success(wetterdienst_ui, dash_tre):
"name",
"state",
]
assert len(data["data"]) == 511
assert len(data["data"]) >= 511


@pytest.mark.slow
Expand Down

0 comments on commit 76e380f

Please sign in to comment.