Index: suite_leahi/tst_pre_treatment_foundation/test.py =================================================================== diff -u -r23037797e0ceee499a15eabb33154da323d904f6 -r1e3869b12486cff17bef668c69a6cb36cafff4a8 --- suite_leahi/tst_pre_treatment_foundation/test.py (.../test.py) (revision 23037797e0ceee499a15eabb33154da323d904f6) +++ suite_leahi/tst_pre_treatment_foundation/test.py (.../test.py) (revision 1e3869b12486cff17bef668c69a6cb36cafff4a8) @@ -46,7 +46,7 @@ payload += conversions.integer_to_bytearray(vRejectionReason) message = CAN.DenaliMessage.build_message( - channel_id=CAN.DenaliChannels.td_to_ui_ch_id, + channel_id=CAN.CanChannels.td_to_ui_ch_id, message_id=MsgIds.MSG_ID_TD_ADJUST_START_TREATMENT_RESPONSE.value, payload=payload, ) @@ -135,7 +135,7 @@ # handle startTreatment sent messages from UI if can_interface is not None: - channel_id = CAN.DenaliChannels.ui_to_td_ch_id + channel_id = CAN.CanChannels.ui_to_td_ch_id message_id = MsgIds.MSG_ID_UI_ADJUST_START_TREATMENT_REQUEST.value can_interface.register_receiving_publication_function( channel_id, message_id, handle_start_treatment_request