summaryrefslogtreecommitdiffstats
path: root/result_collection_api/tests/unit/test_dashboard.py
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2016-05-31 10:37:22 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2016-05-31 11:18:07 +0800
commitf370cd64bd91b7801fda180172dc656a830edeb2 (patch)
treed3911d61a6470486ebc8474b9c75c1831bd3214f /result_collection_api/tests/unit/test_dashboard.py
parentdc13d5eac8f110678c1105ca3e06a58b999298ec (diff)
bugfix: query results failed due to using mutable list initiation
and forget to swagger-ize TestResult model JIRA: FUNCTEST-277 Change-Id: I5d8ddd9983484a61df9b77392d5ae24bde6a16dc Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'result_collection_api/tests/unit/test_dashboard.py')
-rw-r--r--result_collection_api/tests/unit/test_dashboard.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/result_collection_api/tests/unit/test_dashboard.py b/result_collection_api/tests/unit/test_dashboard.py
index 3e71333..5c3f924 100644
--- a/result_collection_api/tests/unit/test_dashboard.py
+++ b/result_collection_api/tests/unit/test_dashboard.py
@@ -44,7 +44,6 @@ class TestDashboardQuery(TestDashboardBase):
def test_success(self):
code, body = self.query(self._set_query())
self.assertEqual(code, HTTP_OK)
- print(body)
self.assertIn('{"description": "vPing results for Dashboard"}', body)
def test_caseIsStatus(self):