Index: tests/test_hd_simulator.py =================================================================== diff -u -r91dc90bd009bdbf5621dcaa1bc12ab3d691673f7 -ra3f3f5ca6fcb24a47bb3056878bb8ff9e3642fd2 --- tests/test_hd_simulator.py (.../test_hd_simulator.py) (revision 91dc90bd009bdbf5621dcaa1bc12ab3d691673f7) +++ tests/test_hd_simulator.py (.../test_hd_simulator.py) (revision a3f3f5ca6fcb24a47bb3056878bb8ff9e3642fd2) @@ -133,7 +133,8 @@ def test_start_confirm_end_treatment(): - hd_simulator = HDSimulator(log_level="PRINT_ONLY") + hd_simulator = HDSimulator(log_level="DEBUG") + hd_simulator.alarms_simulator.cmd_send_clear_alarms() observer = StartTreatmentObserver() hd_simulator.attach(observer)