- Fix a small typo
This commit is contained in:
parent
93b3e5201a
commit
9597d7bd4f
@ -294,7 +294,7 @@ class RedfishConnection(object):
|
|||||||
request_headers = dict()
|
request_headers = dict()
|
||||||
request_headers['Content-Type'] = 'application/json'
|
request_headers['Content-Type'] = 'application/json'
|
||||||
# NOTE: don't assume any newly created resource is included in the
|
# NOTE: don't assume any newly created resource is included in the
|
||||||
# # response. Only the Location header matters.
|
# response. Only the Location header matters.
|
||||||
# the response body may be the new resource, it may be an
|
# the response body may be the new resource, it may be an
|
||||||
# ExtendedError, or it may be empty.
|
# ExtendedError, or it may be empty.
|
||||||
return self._op('POST', suburi, request_headers, request_body)
|
return self._op('POST', suburi, request_headers, request_body)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user