bugfix: correct the post response body of PODS in testAPI
[releng.git] / utils / test / result_collection_api / opnfv_testapi / resources / models.py
index 290a7f3..e79308b 100644 (file)
@@ -16,6 +16,7 @@
 from opnfv_testapi.tornado_swagger import swagger\r
 \r
 \r
+@swagger.model()\r
 class CreateResponse(object):\r
     def __init__(self, href=''):\r
         self.href = href\r