Skip to content

Commit eef477e

Browse files
committed
Remove Integral from ESASky tests as it's no longer part of our tap
1 parent f4e3f45 commit eef477e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

astroquery/esasky/tests/test_esasky_remote.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ def test_esasky_query_ids_spectra(self):
6969
@pytest.mark.parametrize("mission, obsid",
7070
zip(["SUZAKU", "ISO-IR", "Chandra", "XMM-OM-OPTICAL",
7171
"XMM", "XMM-OM-UV", "HST-IR", "Herschel",
72-
"Spitzer", "HST-UV", "HST-OPTICAL", "INTEGRAL"],
72+
"Spitzer", "HST-UV", "HST-OPTICAL"],
7373
["100001010", "01500403", "21171", "0852000101",
7474
"0851180201", "0851180201", "n3tr01c3q", "1342247257",
75-
"30002561-25100", "hst_07553_3h_wfpc2_f160bw_pc", "ocli05leq", "88600210001"]))
75+
"30002561-25100", "hst_07553_3h_wfpc2_f160bw_pc", "ocli05leq"]))
7676
def test_esasky_get_images_obs_id(self, tmp_path, mission, obsid):
7777
result = ESASky.get_images(observation_ids=obsid,
7878
missions=mission, download_dir=tmp_path)

0 commit comments

Comments
 (0)