From a49f027ad706e27bf3e71bc7777481fcb87a5305 Mon Sep 17 00:00:00 2001
From: SerenaFeng <feng.xiaowei@zte.com.cn>
Date: Tue, 21 Jun 2016 20:52:57 +0800
Subject: bugfix: correct the projects post response body in testAPI

change response class from Project to CreateResponse

JIRA: FUNCTEST-328

Change-Id: I26d05b71251417b41701136d9c6bc786ba51393c
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
---
 .../result_collection_api/opnfv_testapi/resources/project_handlers.py   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/test/result_collection_api/opnfv_testapi/resources/project_handlers.py b/utils/test/result_collection_api/opnfv_testapi/resources/project_handlers.py
index 171ab7695..1e9a97230 100644
--- a/utils/test/result_collection_api/opnfv_testapi/resources/project_handlers.py
+++ b/utils/test/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
-- 
cgit