This commit is contained in:
zhongjun2 2019-04-03 18:37:30 +08:00 committed by John R Barker
parent 6155701e36
commit eb7735000e

View file

@ -143,7 +143,7 @@ class HwcSession(object):
if not e or e.url == "":
self.module.fail_json(
msg="Can not find the enpoint for %s" % service_type)
msg="Can not find the endpoint for %s" % service_type)
url = e.url
if url[-1] != "/":