Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Commit

Permalink
PEP8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermendes committed Sep 13, 2017
1 parent 5af557d commit d4800f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ def test_api_key_added_to_payload(self, app, test_client, payload, mocker):
kwargs = mock_enqueue.call_args[1]['kwargs']
assert kwargs['api_key'] == 'token'

def test_analysis_path_added_to_payload(self, test_client, payload, mocker):
def test_analysis_path_added_to_payload(self, test_client, payload,
mocker):
"""Test that the analysis path is added to the payload."""
mock_enqueue = mocker.patch('libcrowds_analyst.api.Queue.enqueue_call')
path = '/convert-a-card'
Expand Down

0 comments on commit d4800f2

Please sign in to comment.