diff --git a/tests/test_cal_tools.py b/tests/test_cal_tools.py index f17a290197ba0d0cb28707350eff07474e10e3ff..a2e14e86642cf67bef19cf27901a6195f703c642 100644 --- a/tests/test_cal_tools.py +++ b/tests/test_cal_tools.py @@ -21,6 +21,7 @@ from cal_tools.tools import ( ACQ_RATE = 1.1 BIAS_VOLTAGE = 300 GAIN_SETTING = 0 +INTEGRATION_TIME = 12 MEM_CELLS = 352 PHOTON_ENERGY = 9.2 @@ -357,6 +358,7 @@ def test_initialize_from_db(): photon_energy=PHOTON_ENERGY, gain_setting=GAIN_SETTING, acquisition_rate=ACQ_RATE, + integration_time=INTEGRATION_TIME, module_idx=0, only_dark=False, ) @@ -375,6 +377,7 @@ def test_initialize_from_db(): creation_time=creation_time, memory_cells=MEM_CELLS, bias_voltage=BIAS_VOLTAGE, photon_energy=PHOTON_ENERGY, gain_setting=GAIN_SETTING, + integration_time=INTEGRATION_TIME, acquisition_rate=ACQ_RATE, module_idx=0, only_dark=False, )