diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-06-24 06:43:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-06-24 06:43:32 +0000 |
commit | b56ace4cf53339839acee9d689f2903c37d0a126 (patch) | |
tree | 48d9f76f38b54427e664d5fd70d64c6c5cd01fda /result_collection_api/opnfv_testapi/resources | |
parent | 59375d92bc05a840210b6de897f139094996c228 (diff) | |
parent | 939ba5f6da217f2ffe60b841da570ed18ebf485d (diff) |
Merge "bugfix: correct the testcases post response body in testAPI"
Diffstat (limited to 'result_collection_api/opnfv_testapi/resources')
-rw-r--r-- | result_collection_api/opnfv_testapi/resources/testcase_handlers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/result_collection_api/opnfv_testapi/resources/testcase_handlers.py b/result_collection_api/opnfv_testapi/resources/testcase_handlers.py index b4f9db9..253aa66 100644 --- a/result_collection_api/opnfv_testapi/resources/testcase_handlers.py +++ b/result_collection_api/opnfv_testapi/resources/testcase_handlers.py @@ -41,7 +41,7 @@ class TestcaseCLHandler(GenericTestcaseHandler): @param body: testcase to be created @type body: L{TestcaseCreateRequest} @in body: body - @rtype: L{Testcase} + @rtype: L{CreateResponse} @return 200: testcase is created in this project. @raise 403: project not exist or testcase already exists in this project |