Skip to content

Commit

Permalink
Fixe test in test_api_most_recent
Browse files Browse the repository at this point in the history
  • Loading branch information
neumann-nico committed Oct 2, 2021
1 parent 2585c15 commit fe7aaac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/provider/dwd/radar/test_api_most_recent.py
Expand Up @@ -154,8 +154,8 @@ def test_radar_request_radolan_cdc_most_recent():
'ncol': 900,
'radarlocations': ['asb', 'boo', 'ros', 'hnr', 'umd', 'pro', 'ess', 'fld', 'drs', 'neu', 'nhb', 'oft', 'eis',
'tur', 'isn', 'fbg', 'mem'],
'radardays': ['asb 4', 'boo 24', 'drs 24', 'eis 24', 'ess 24', 'fbg 24', 'fld 24', 'hnr 24', 'isn 24', 'mem 24',
'neu 24', 'nhb 24', 'oft 24', 'pro 24', 'ros 24', 'tur 24', 'umd 24']
'radardays': ['asb 24', 'boo 24', 'drs 24', 'eis 24', 'ess 24', 'fbg 24', 'fld 24', 'hnr 24', 'isn 24',
'mem 24', 'neu 24', 'nhb 24', 'oft 24', 'pro 24', 'ros 24', 'tur 24', 'umd 24']
}

assert requested_attrs == attrs

0 comments on commit fe7aaac

Please sign in to comment.