Skip to content

Commit

Permalink
Merge pull request #3107 from emellega/fix-failing-tests-esasky
Browse files Browse the repository at this point in the history
Fix the failing tests getting spectra from ESA Sky
  • Loading branch information
bsipocz authored Sep 27, 2024
2 parents 553e0b1 + 84b11f4 commit 58171a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astroquery/esasky/tests/test_esasky_remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def test_esasky_get_spectra(self, tmp_path, mission):
# - HST-IR, JWST-MID-IR and CHEOPS have no data
# - LAMOST does not support download
# - JWST-NEAR-IR returns a zip file with many fits files in it, unsupported
result = ESASky.get_spectra(position="M1", missions=mission, download_dir=tmp_path)
result = ESASky.get_spectra(position="M1", missions=mission, radius='15 arcsec', download_dir=tmp_path)
assert Path(tmp_path, mission.upper()).exists()

if mission != "Herschel":
Expand Down

0 comments on commit 58171a4

Please sign in to comment.