We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca29c11 commit fdbdeb4Copy full SHA for fdbdeb4
1 file changed
astroquery/svo_fps/tests/test_svo_fps.py
@@ -42,7 +42,7 @@ def get_mockreturn(method, url, params=None, timeout=10, cache=None, **kwargs):
42
and params['PhotCalID'] == f'{TEST_FILTER_ID}/{TEST_MAG_SYSTEM}'):
43
filename = data_path(DATA_FILES['zeropoint'])
44
elif 'ID' in params and params['ID'] == TEST_FILTER_ID:
45
- filename = data_path(DATA_FILES['transmission_data'])
+ filename = data_path(DATA_FILES['filter_index'])
46
elif 'Facility' in params and (params['Facility'] == TEST_FACILITY
47
and params['Instrument'] == TEST_INSTRUMENT):
48
filename = data_path(DATA_FILES['filter_list'])
0 commit comments