Index: suite_leahi/tst_blood_set_auto/test.py =================================================================== diff -u -rb4970b1cde5fc382f3dac0c8ab250a260f1e11da -r86e92e4903095be7e338be9e914e9a2384451f9c --- suite_leahi/tst_blood_set_auto/test.py (.../test.py) (revision b4970b1cde5fc382f3dac0c8ab250a260f1e11da) +++ suite_leahi/tst_blood_set_auto/test.py (.../test.py) (revision 86e92e4903095be7e338be9e914e9a2384451f9c) @@ -69,7 +69,7 @@ channel_id, message_id, handle_blood_set_auto_eject_request ) - conf_path = Path.home() / config.CONFIGURATIONS_PATH / "Alarms/Rejections.conf" + conf_path = application_init.configuration_folder_path() + "Alarms/Rejections.conf" repo = ScopedRejectionRepository(path=conf_path) test.startSection("Blood Set Auto Load and Eject")