diff options
author | SerenaFeng <feng.xiaowei@zte.com.cn> | 2016-06-30 22:34:33 +0800 |
---|---|---|
committer | Serena Feng <feng.xiaowei@zte.com.cn> | 2016-07-01 03:04:53 +0000 |
commit | 8ccd7161e5d49fc40ed2600d0b3ccce05148a402 (patch) | |
tree | 47e4331368bfe25597b7f4e40f0ee83cc86ae70b | |
parent | 4700e3367153202227130679761bb1471e5d2023 (diff) |
correct swagger description of last in testAPI
last days => last records stored until now
JIRA: FUNCTEST-341
Change-Id: I59e7b73e0a5c575d65cd0aced99fc53c13906709
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
-rw-r--r-- | result_collection_api/opnfv_testapi/resources/result_handlers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/result_collection_api/opnfv_testapi/resources/result_handlers.py b/result_collection_api/opnfv_testapi/resources/result_handlers.py index 56bed6c..5198ba3 100644 --- a/result_collection_api/opnfv_testapi/resources/result_handlers.py +++ b/result_collection_api/opnfv_testapi/resources/result_handlers.py @@ -112,7 +112,7 @@ class ResultsCLHandler(GenericResultHandler): @type period: L{string} @in period: query @required period: False - @param last: last days + @param last: last records stored until now @type last: L{string} @in last: query @required last: False |