Skip to content

Commit

Permalink
ci expected new test
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstanie committed Feb 18, 2025
1 parent 1db1bf1 commit 041a666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eof/tests/test_asf_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ def test_asf_client_download(tmp_path):
dt = datetime.datetime(2020, 1, 1)
mission = "S1A"
urls = asfclient.get_download_urls([dt], [mission], orbit_type="precise")
expected = "https://s1qc.asf.alaska.edu/aux_poeorb/S1A_OPER_AUX_POEORB_OPOD_20210315T155112_V20191230T225942_20200101T005942.EOF" # noqa
expected = "https://s1-orbits.s3.amazonaws.com/AUX_POEORB/S1A_OPER_AUX_POEORB_OPOD_20210315T155112_V20191230T225942_20200101T005942.EOF"
assert urls == [expected]

0 comments on commit 041a666

Please sign in to comment.