bugfix: query results failed due to using mutable list initiation
[releng.git] / utils / test / result_collection_api / tests / unit / test_dashboard.py
index 3e71333..5c3f924 100644 (file)
@@ -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):