Skip to content

Commit

Permalink
fixing mocked response body
Browse files Browse the repository at this point in the history
  • Loading branch information
traut committed Jun 19, 2017
1 parent 11a1d42 commit 40865e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,7 @@ def test_timeout(version):

def timeout_request_callback(request, uri, headers):
sleep(timeout_in_sec)

return 200, headers, {'result': 'success'}
return (200, headers, "All good!")

uri = get_fix(version).DISCOVERY_URI_HTTP

Expand Down

0 comments on commit 40865e2

Please sign in to comment.