summaryrefslogtreecommitdiffstats
path: root/result_collection_api/tests/unit/test_dashboard.py
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2016-05-30 19:14:52 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2016-05-30 20:05:11 +0800
commit7358b5733d9e25f68b44b366ebe7714544b24c6c (patch)
tree4176ea8a20ce2239fb18c3490b3e41e34f88eef8 /result_collection_api/tests/unit/test_dashboard.py
parentda918db679b094948cf95670f0fa74a4528ee336 (diff)
swagger-ize dashboard and version apis of testAPI
JIRA: FUNCTEST-273 Change-Id: I6f2b1de5488ba684d0c00e9f40daee2487a011cc 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, 1 insertions, 0 deletions
diff --git a/result_collection_api/tests/unit/test_dashboard.py b/result_collection_api/tests/unit/test_dashboard.py
index 5c3f924..3e71333 100644
--- a/result_collection_api/tests/unit/test_dashboard.py
+++ b/result_collection_api/tests/unit/test_dashboard.py
@@ -44,6 +44,7 @@ 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):