Fix return value in project url - testapiclient 73/53473/1
authorthuva4 <tharma.thuva@gmail.com>
Sun, 11 Mar 2018 17:29:32 +0000 (22:59 +0530)
committerthuva4 <tharma.thuva@gmail.com>
Sun, 11 Mar 2018 17:29:32 +0000 (22:59 +0530)
Change-Id: Ia879b208027b857e543f5d4c23415da19deb94f3
Signed-off-by: thuva4 <tharma.thuva@gmail.com>
testapi/testapi-client/testapiclient/cli/projects.py

index f847961..113b030 100644 (file)
@@ -7,7 +7,7 @@ from testapiclient.utils import url_parse
 
 
 def projects_url():
-    url_parse.resource_join('projects')
+    return url_parse.resource_join('projects')
 
 
 def project_url(parsed_args):