summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/resources/result_models.py
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2016-12-26 17:36:08 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2016-12-26 18:42:12 +0800
commit5599da2f9730e17b515512b743d1d96ddcc2de38 (patch)
tree00f97185a104758ba3325105f29d9a66cab8916c /testapi/opnfv_testapi/resources/result_models.py
parent0d6df87202f4039ffff5e23957103cc1c8ca732a (diff)
correct swagger model of TestAPI
Change-Id: I101283cb118416823a4d1c77b3de6d7882135f1e Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testapi/opnfv_testapi/resources/result_models.py')
-rw-r--r--testapi/opnfv_testapi/resources/result_models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapi/opnfv_testapi/resources/result_models.py b/testapi/opnfv_testapi/resources/result_models.py
index 3011902..50445fc 100644
--- a/testapi/opnfv_testapi/resources/result_models.py
+++ b/testapi/opnfv_testapi/resources/result_models.py
@@ -112,7 +112,7 @@ class TestResult(models.ModelBase):
@swagger.model()
class TestResults(models.ModelBase):
"""
- @property rgit esults:
+ @property results:
@ptype results: C{list} of L{TestResult}
"""
def __init__(self):