diff options
author | Serena Feng <feng.xiaowei@zte.com.cn> | 2016-12-29 00:56:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-12-29 00:56:01 +0000 |
commit | dfbf8fafa2db6abe10e29a3781424fb77747896b (patch) | |
tree | 74b5e6d967d7878eb459c8dc49e6e574d521d6cc /utils/test/testapi/opnfv_testapi/resources/result_models.py | |
parent | c1ac41693709a23f9a92a86204835159c4c235bc (diff) | |
parent | d6eaa7bd0efb5778231426d2c7f913e7e1a3a3a6 (diff) |
Merge "correct swagger model of TestAPI"
Diffstat (limited to 'utils/test/testapi/opnfv_testapi/resources/result_models.py')
-rw-r--r-- | utils/test/testapi/opnfv_testapi/resources/result_models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/testapi/opnfv_testapi/resources/result_models.py b/utils/test/testapi/opnfv_testapi/resources/result_models.py index 30119020b..50445fc22 100644 --- a/utils/test/testapi/opnfv_testapi/resources/result_models.py +++ b/utils/test/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): |