Skip to content

Commit fdbdeb4

Browse files
committed
revert an unintended change
1 parent ca29c11 commit fdbdeb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astroquery/svo_fps/tests/test_svo_fps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def get_mockreturn(method, url, params=None, timeout=10, cache=None, **kwargs):
4242
and params['PhotCalID'] == f'{TEST_FILTER_ID}/{TEST_MAG_SYSTEM}'):
4343
filename = data_path(DATA_FILES['zeropoint'])
4444
elif 'ID' in params and params['ID'] == TEST_FILTER_ID:
45-
filename = data_path(DATA_FILES['transmission_data'])
45+
filename = data_path(DATA_FILES['filter_index'])
4646
elif 'Facility' in params and (params['Facility'] == TEST_FACILITY
4747
and params['Instrument'] == TEST_INSTRUMENT):
4848
filename = data_path(DATA_FILES['filter_list'])

0 commit comments

Comments
 (0)