spicerack/tests/unit/test_icinga.py .................................F............................. [100%] ======================================================= FAILURES ======================================================= _________________________________ TestIcingaHosts.test_recheck_failed_services_optimal _________________________________ self = def test_recheck_failed_services_optimal(self): """It should force a recheck of all services for the hosts on the Icinga server.""" with open(get_fixture_path("icinga", "status_with_services.json")) as f: set_mocked_icinga_host_output(self.mocked_icinga_host, f.read()) print(self.mocked_icinga_host.run_sync.mock_calls) > raise RuntimeError E RuntimeError spicerack/tests/unit/test_icinga.py:413: RuntimeError ------------------------------------------------- Captured stdout call ------------------------------------------------- []