summaryrefslogtreecommitdiffstats
path: root/robotframework-onap/ONAPLibrary/CloudConfigSOKeywords.py
diff options
context:
space:
mode:
Diffstat (limited to 'robotframework-onap/ONAPLibrary/CloudConfigSOKeywords.py')
-rw-r--r--robotframework-onap/ONAPLibrary/CloudConfigSOKeywords.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/robotframework-onap/ONAPLibrary/CloudConfigSOKeywords.py b/robotframework-onap/ONAPLibrary/CloudConfigSOKeywords.py
index fb8808d..fe487a2 100644
--- a/robotframework-onap/ONAPLibrary/CloudConfigSOKeywords.py
+++ b/robotframework-onap/ONAPLibrary/CloudConfigSOKeywords.py
@@ -31,7 +31,7 @@ class CloudConfigSOKeywords(object):
@keyword
def get_cloud_configuration(self, endpoint, data_path, site_name, auth=None):
"""Gets cloud configuration in SO"""
- return self.reqs.get_request("so", endpoint, data_path + "/" + site_name, auth=auth)
+ return self.reqs.get_request(alias="so", endpoint=endpoint, data_path=data_path + "/" + site_name, auth=auth)
@keyword
def create_cloud_configuration(self, endpoint, data_path, templates_folder, template, arguments, auth=None):