Skip to content

Commit

Permalink
Patch goes test
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Apr 19, 2023
1 parent c7b553b commit 2418e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sunpy/net/dataretriever/sources/tests/test_goes_ud.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def LCClient():
'https://data.ngdc.noaa.gov/platforms/solar-space-observing-satellites/goes/'
'goes16/l2/data/xrsf-l2-flx1s_science/2020/08/sci_xrsf-l2-flx1s_g16_d20200802_v2-2-0.nc',
'https://data.ngdc.noaa.gov/platforms/solar-space-observing-satellites/goes/'
'goes17/l2/data/xrsf-l2-flx1s_science/2020/08/sci_xrsf-l2-flx1s_g17_d20200804_v2-1-0.nc')])
'goes17/l2/data/xrsf-l2-flx1s_science/2020/08/sci_xrsf-l2-flx1s_g17_d20200804_v2-2-0.nc')])
def test_get_url_for_time_range(LCClient, timerange, url_start, url_end):
qresponse = LCClient.search(timerange)
urls = [i['url'] for i in qresponse]
Expand Down

0 comments on commit 2418e99

Please sign in to comment.