Fix Content-Type header in mock api client
This commit is contained in:
@@ -32,5 +32,5 @@ class MockApiClient(ApiClient):
|
|||||||
response = HTTPResponse(
|
response = HTTPResponse(
|
||||||
request=HTTPRequest(path, verb),
|
request=HTTPRequest(path, verb),
|
||||||
code=200,
|
code=200,
|
||||||
headers={'Content-Type': 'application-json'})
|
headers={'Content-Type': 'application/json'})
|
||||||
return self.adapt_response(response)
|
return self.adapt_response(response)
|
||||||
|
Reference in New Issue
Block a user