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