From 6b226108d4e04290c26c41d3eef90daf787104b6 Mon Sep 17 00:00:00 2001 From: aliabbasrizvi Date: Fri, 30 Sep 2016 10:42:36 -0700 Subject: [PATCH] nit --- tests/test_event_dispatcher.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_event_dispatcher.py b/tests/test_event_dispatcher.py index 21665233..745a6a4e 100644 --- a/tests/test_event_dispatcher.py +++ b/tests/test_event_dispatcher.py @@ -65,4 +65,4 @@ def test_dispatch_event__handle_request_exception(self): mock_request_post.assert_called_once_with(url, data=json.dumps(params), headers={'Content-Type': 'application/json'}, timeout=event_dispatcher.REQUEST_TIMEOUT) - mock_log_error.assert_called_once_with('Dispatch event failed. Error: Failed Request') \ No newline at end of file + mock_log_error.assert_called_once_with('Dispatch event failed. Error: Failed Request')