Skip to content

Commit 1510347

Browse files
committed
minor fix
1 parent 2f3e87e commit 1510347

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

imap_processing/tests/ultra/unit/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ def decom_test_data(request, xtce_path):
178178
ULTRA_TOF.apid[1]: process_ultra_tof,
179179
ULTRA_EVENTS.apid[1]: process_ultra_events,
180180
ULTRA_RATES.apid[1]: process_ultra_rates,
181+
ULTRA_ENERGY_RATES.apid[1]: process_ultra_energy_rates,
181182
}
182183

183184
process_function = strategy_dict.get(apid, lambda *args: False)

0 commit comments

Comments
 (0)