swagger-ize dashboard and version apis of testAPI
[releng.git] / utils / test / result_collection_api / tests / unit / test_dashboard.py
index 5c3f924..3e71333 100644 (file)
@@ -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):