Skip to content

Commit c98f8db

Browse files
committed
Tests: Bump radolan major version
1 parent 9184b5d commit c98f8db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/provider/dwd/radar/test_api_historic.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ def test_radar_request_composite_historic_hg_yesterday(prefixed_radar_locations,
212212
IsStr(regex=prefixed_radar_locations_pattern),
213213
length=(10, len(prefixed_radar_locations)),
214214
),
215-
"radolanversion": IsStr(regex="P4000.H"),
215+
"radolanversion": IsStr(regex="P4100.H"),
216216
},
217217
)
218218

@@ -849,7 +849,7 @@ def test_radar_request_radvor_re_yesterday(prefixed_radar_locations, default_set
849849
IsStr(regex="|".join(prefixed_radar_locations)),
850850
length=(10, len(prefixed_radar_locations)),
851851
),
852-
"radolanversion": IsStr(regex="P4000.H"),
852+
"radolanversion": IsStr(regex="P4100.H"),
853853
},
854854
)
855855

@@ -888,7 +888,7 @@ def test_radar_request_radvor_re_timerange(default_settings, station_reference_p
888888
month_year = request.start_date.strftime("%m%y")
889889

890890
pattern = (
891-
f"RE......10000{month_year}BY 162....VS 5SW P4000.HPR E-03INT 60GP 900x 900VV 000MF 00000008QN 016MS"
891+
f"RE......10000{month_year}BY 162....VS 5SW P4100.HPR E-03INT 60GP 900x 900VV 000MF 00000008QN 016MS"
892892
f"...<{station_reference_pattern_sorted_prefixed}>"
893893
)
894894
assert re.match(pattern, requested_header[:200]), requested_header[:200]

0 commit comments

Comments
 (0)