Index: suite_leahi/tst_blood_set_auto/test.py =================================================================== diff -u -r6420a11be98972a3323823d330c40b8c8b9fca3d -rb4970b1cde5fc382f3dac0c8ab250a260f1e11da --- suite_leahi/tst_blood_set_auto/test.py (.../test.py) (revision 6420a11be98972a3323823d330c40b8c8b9fca3d) +++ suite_leahi/tst_blood_set_auto/test.py (.../test.py) (revision b4970b1cde5fc382f3dac0c8ab250a260f1e11da) @@ -23,6 +23,7 @@ from leahi_dialin.protocols import CAN from leahi_dialin.utils import conversions from configuration.getrejectiontext import ScopedRejectionRepository +from pathlib import Path td_simulator = TD_Messaging() @@ -68,7 +69,7 @@ channel_id, message_id, handle_blood_set_auto_eject_request ) - conf_path = "/home/denali/Public/luis/config/configurations/Alarms/Rejections.conf" + conf_path = Path.home() / config.CONFIGURATIONS_PATH / "Alarms/Rejections.conf" repo = ScopedRejectionRepository(path=conf_path) test.startSection("Blood Set Auto Load and Eject")