fix tests

This commit is contained in:
Tomas Kopecek 2022-12-08 13:37:32 +01:00
parent 556dddc9d0
commit e6e618d0bb
136 changed files with 698 additions and 699 deletions

View file

@ -12,7 +12,7 @@ class DBQueryTestCase(unittest.TestCase):
mock.patch.stopall()
self.qp_execute_return_value = []
self.qp_execute_side_effect = None
self.QueryProcessor = mock.patch('kojihub.QueryProcessor',
self.QueryProcessor = mock.patch('kojihub.kojihub.QueryProcessor',
side_effect=self.get_query).start()
self.queries = []