Code Review
/
releng-testresults.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
b9a37f0
)
Fix return value in project url - testapiclient
73/53473/1
author
thuva4
<tharma.thuva@gmail.com>
Sun, 11 Mar 2018 17:29:32 +0000
(22:59 +0530)
committer
thuva4
<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
patch
|
blob
|
history
diff --git
a/testapi/testapi-client/testapiclient/cli/projects.py
b/testapi/testapi-client/testapiclient/cli/projects.py
index
f847961
..
113b030
100644
(file)
--- a/
testapi/testapi-client/testapiclient/cli/projects.py
+++ b/
testapi/testapi-client/testapiclient/cli/projects.py
@@
-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):