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 | b7e65f15670dde245ec8ddb6394565ebdf264471 (patch) | |
tree | 0e54c9c20d33cc68e365e80bd3c8939125492ca1 /utils | |
parent | 551fc7bd620ddb0d92268bbb8bb51dc7669f076c (diff) | |
parent | 4a215dddf96d49166f4a6b2058b7a04a0c7d93f3 (diff) |
Merge "bugfix: correct the testcases post response body in testAPI"
Diffstat (limited to 'utils')
-rw-r--r-- | utils/test/result_collection_api/opnfv_testapi/resources/testcase_handlers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/result_collection_api/opnfv_testapi/resources/testcase_handlers.py b/utils/test/result_collection_api/opnfv_testapi/resources/testcase_handlers.py index b4f9db96d..253aa6649 100644 --- a/utils/test/result_collection_api/opnfv_testapi/resources/testcase_handlers.py +++ b/utils/test/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 |