Parse data
field in mock http response fixture.
This commit is contained in:
parent
4d3e255e6d
commit
3d05ed53e5
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue