File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
astroquery/esa/xmm_newton/tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ def test_get_epic_metadata(self):
190
190
radius ))
191
191
assert report_diff_values (slew_source , table )
192
192
193
- def test_download_proprietary_data_incorrect_credentials (self ):
193
+ def test_download_proprietary_data_incorrect_credentials (self , tmp_cwd ):
194
194
parameters = {'observation_id' : "0762470101" ,
195
195
'prop' : 'True' ,
196
196
'credentials_file' : "astroquery/esa/xmm_newton/tests/data/dummy_config.ini" ,
@@ -204,7 +204,7 @@ def test_download_proprietary_data_incorrect_credentials(self):
204
204
with pytest .raises (LoginError ):
205
205
xsa .download_data (** parameters )
206
206
207
- def test_download_proprietary_data_without_credentials (self ):
207
+ def test_download_proprietary_data_without_credentials (self , tmp_cwd ):
208
208
parameters = {'observation_id' : "0883780101" ,
209
209
'level' : "PPS" ,
210
210
'name' : 'OBSMLI' ,
You can’t perform that action at this time.
0 commit comments