Parse data field in mock http response fixture.

This commit is contained in:
Viraat Chandra 2017-12-29 22:55:02 +05:30 committed by showell
parent 4d3e255e6d
commit 3d05ed53e5

View file

@ -64,7 +64,7 @@ def mock_http_conversation(http_data):
assert_called_with_fields( assert_called_with_fields(
mock_post, mock_post,
http_request, http_request,
['params', 'headers', 'json'] ['params', 'headers', 'json', 'data']
) )
@contextmanager @contextmanager