Skip to content
Snippets Groups Projects
Commit fc91ceda authored by Dennis Box's avatar Dennis Box
Browse files

implemented reviewer suggestions

parent c2802d44
No related branches found
No related tags found
No related merge requests found
......@@ -132,8 +132,7 @@ class TestGenericServer(unittest.TestCase):
with mock.patch('Trace.alarm') as alarm:
self.svr.serve_forever_error('whoopsie')
alarm.assert_called_with(
e_errors.ALARM,
'Exception in file ??? at line -1: (None, None). See system log for details.')
e_errors.ALARM, mock.ANY)
def test_get_alive_interval(self):
self.assertEqual(40, self.svr.get_alive_interval())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment