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:21 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-06-24 06:43:21 +0000
commit59375d92bc05a840210b6de897f139094996c228 (patch)
tree945dd3d0cd1df68b6bae56040eca97ab0ae8b91b /result_collection_api/opnfv_testapi/resources
parentf14a2537324a05e1370f836a4e68262181cc3d6e (diff)
parenteb996940d968cbf08f31e6899d54ba1d77a1cf5c (diff)
Merge "bugfix: correct the results post response body in testAPI"
Diffstat (limited to 'result_collection_api/opnfv_testapi/resources')
-rw-r--r--result_collection_api/opnfv_testapi/resources/result_handlers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/result_collection_api/opnfv_testapi/resources/result_handlers.py b/result_collection_api/opnfv_testapi/resources/result_handlers.py
index fe2d71e..56bed6c 100644
--- a/result_collection_api/opnfv_testapi/resources/result_handlers.py
+++ b/result_collection_api/opnfv_testapi/resources/result_handlers.py
@@ -134,7 +134,7 @@ class ResultsCLHandler(GenericResultHandler):
@param body: result to be created
@type body: L{ResultCreateRequest}
@in body: body
- @rtype: L{TestResult}
+ @rtype: L{CreateResponse}
@return 200: result is created.
@raise 404: pod/project/testcase not exist
@raise 400: body/pod_name/project_name/case_name not provided