Skip to content

Commit

Permalink
Fix DWD urban stations test
Browse files Browse the repository at this point in the history
  • Loading branch information
gutzbenj committed Aug 19, 2023
1 parent 012d0a6 commit 2b97ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/provider/dwd/observation/test_api_stations.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def test_dwd_observations_urban_stations(default_settings):
request = DwdObservationRequest(
parameter="urban_air_temperature", resolution="hourly", period="historical", settings=default_settings
).all()
assert request.station_id.to_list() == ["00399", "13667", "15811", "15818"]
assert request.station_id.to_list() == ["00399", "13667", "15811", "15818", "19711"]


@pytest.mark.remote
Expand Down

0 comments on commit 2b97ab4

Please sign in to comment.