We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9124a06 commit fbaa10aCopy full SHA for fbaa10a
src/system-health/tests/test_system_health.py
@@ -743,6 +743,8 @@ def test_system_status_up_after_service_removed():
743
744
745
@patch('health_checker.sysmonitor.Sysmonitor.get_all_service_list', MagicMock(return_value=['mock_snmp.service']))
746
+@patch('health_checker.sysmonitor.Sysmonitor.print_console_message',
747
+ MagicMock())
748
def test_check_unit_status_timer():
749
sysmon = Sysmonitor()
750
sysmon.monitor_timeout = MagicMock()
0 commit comments