Fix typo in urls.py (#39048)

pull/39054/head
nekottyo 6 years ago committed by Martin Krizek
parent 7e96421132
commit f30698f65d

@ -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…
Cancel
Save