Fix typo in urls.py (#39048)
This commit is contained in:
parent
7e96421132
commit
f30698f65d
1 changed files with 1 additions and 1 deletions
|
@ -1013,7 +1013,7 @@ def fetch_url(module, url, data=None, headers=None, method=None,
|
|||
resp, info = fetch_url(module,
|
||||
"http://example.com",
|
||||
data=module.jsonify(data)
|
||||
header={Content-type': 'application/json'},
|
||||
header={'Content-type': 'application/json'},
|
||||
method="POST")
|
||||
status_code = info["status"]
|
||||
body = resp.read()
|
||||
|
|
Loading…
Reference in a new issue