Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
aliabbasrizvi committed Sep 30, 2016
1 parent bd03dc3 commit 6b22610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_event_dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
mock_log_error.assert_called_once_with('Dispatch event failed. Error: Failed Request')

0 comments on commit 6b22610

Please sign in to comment.