File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
astroquery/esa/xmm_newton/tests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ def test_download_data(self, tmp_cwd):
124
124
'level' : "ODF" ,
125
125
'filename' : 'file' ,
126
126
'verbose' : False }
127
- xsa = XMMNewtonClass (self . get_dummy_tap_handler () )
127
+ xsa = XMMNewtonClass ()
128
128
xsa .download_data (** parameters )
129
129
130
130
def test_download_data_single_file (self , tmp_cwd ):
@@ -135,23 +135,23 @@ def test_download_data_single_file(self, tmp_cwd):
135
135
'instname' : 'OM' ,
136
136
'extension' : 'FTZ' ,
137
137
'verbose' : False }
138
- xsa = XMMNewtonClass (self . get_dummy_tap_handler () )
138
+ xsa = XMMNewtonClass ()
139
139
xsa .download_data (** parameters )
140
140
141
141
def test_get_postcard (self , tmp_cwd ):
142
142
parameters = {'observation_id' : "0112880801" ,
143
143
'image_type' : "OBS_EPIC" ,
144
144
'filename' : None ,
145
145
'verbose' : False }
146
- xsa = XMMNewtonClass (self . get_dummy_tap_handler () )
146
+ xsa = XMMNewtonClass ()
147
147
xsa .get_postcard (** parameters )
148
148
149
149
def test_get_postcard_filename (self , tmp_cwd ):
150
150
parameters = {'observation_id' : "0112880801" ,
151
151
'image_type' : "OBS_EPIC" ,
152
152
'filename' : "test" ,
153
153
'verbose' : False }
154
- xsa = XMMNewtonClass (self . get_dummy_tap_handler () )
154
+ xsa = XMMNewtonClass ()
155
155
xsa .get_postcard (** parameters )
156
156
157
157
def test_get_epic_metadata (self ):
You can’t perform that action at this time.
0 commit comments