@@ -112,8 +112,8 @@ def test_esasky_query_object_maps(self):
112
112
113
113
@pytest .mark .bigdata
114
114
@pytest .mark .parametrize ("mission" , ['XMM' , 'Chandra' , 'XMM-OM-OPTICAL' ,
115
- 'ISO-IR' , 'Herschel' , 'JWST_Mid -IR' ,
116
- 'JWST_Near -IR' , 'Spitzer' ])
115
+ 'ISO-IR' , 'Herschel' , 'JWST-MID -IR' ,
116
+ 'JWST-NEAR -IR' , 'Spitzer' ])
117
117
def test_esasky_get_images (self , tmp_path , mission ):
118
118
ESASky .get_images (position = "M51" , missions = mission , download_dir = tmp_path )
119
119
@@ -161,9 +161,9 @@ def test_esasky_query_object_spectra(self):
161
161
"HST-OPTICAL" , "ISO-IR" , "Herschel" ])
162
162
def test_esasky_get_spectra (self , tmp_path , mission ):
163
163
# Not all missions are tested here:
164
- # - HST-IR, JWST_Mid -IR and CHEOPS have no data
164
+ # - HST-IR, JWST-MID -IR and CHEOPS have no data
165
165
# - LAMOST does not support download
166
- # - JWST_Near -IR returns a zip file with many fits files in it, unsupported
166
+ # - JWST-NEAR -IR returns a zip file with many fits files in it, unsupported
167
167
ESASky .get_spectra (position = "M1" , missions = mission , download_dir = tmp_path )
168
168
169
169
assert Path (tmp_path , mission ).exists ()
0 commit comments