summaryrefslogtreecommitdiffstats
path: root/result_collection_api/opnfv_testapi/resources
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-06-24 06:43:42 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-06-24 06:43:42 +0000
commitee8d376cf6366d5b0f6fbbb63c6d07731a672eb7 (patch)
tree7d56caac0d190f728e04171c51e96e6ca0395177 /result_collection_api/opnfv_testapi/resources
parentb56ace4cf53339839acee9d689f2903c37d0a126 (diff)
parente35c513a882482546f556b79d75327d97e93f86f (diff)
Merge "bugfix: correct the projects post response body in testAPI"
Diffstat (limited to 'result_collection_api/opnfv_testapi/resources')
-rw-r--r--result_collection_api/opnfv_testapi/resources/project_handlers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/result_collection_api/opnfv_testapi/resources/project_handlers.py b/result_collection_api/opnfv_testapi/resources/project_handlers.py
index 171ab76..1e9a972 100644
--- a/result_collection_api/opnfv_testapi/resources/project_handlers.py
+++ b/result_collection_api/opnfv_testapi/resources/project_handlers.py
@@ -38,7 +38,7 @@ class ProjectCLHandler(GenericProjectHandler):
@param body: project to be created
@type body: L{ProjectCreateRequest}
@in body: body
- @rtype: L{Project}
+ @rtype: L{CreateResponse}
@return 200: project is created.
@raise 403: project already exists
@raise 400: body or name not provided