From f3235be772439981fa9e0f781b4e130b0860dad0 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Tue, 31 May 2016 10:37:22 +0800 Subject: 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 --- utils/test/result_collection_api/tests/unit/test_dashboard.py | 1 - 1 file changed, 1 deletion(-) (limited to 'utils/test/result_collection_api/tests/unit/test_dashboard.py') diff --git a/utils/test/result_collection_api/tests/unit/test_dashboard.py b/utils/test/result_collection_api/tests/unit/test_dashboard.py index 3e713332c..5c3f92492 100644 --- a/utils/test/result_collection_api/tests/unit/test_dashboard.py +++ b/utils/test/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): -- cgit 1.2.3-korg