aboutsummaryrefslogtreecommitdiffstats
path: root/app/test/fetch/db_fetch/test_db_fetch_aggregates.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/test/fetch/db_fetch/test_db_fetch_aggregates.py')
-rw-r--r--app/test/fetch/db_fetch/test_db_fetch_aggregates.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/test/fetch/db_fetch/test_db_fetch_aggregates.py b/app/test/fetch/db_fetch/test_db_fetch_aggregates.py
index 12693b7..35be9e4 100644
--- a/app/test/fetch/db_fetch/test_db_fetch_aggregates.py
+++ b/app/test/fetch/db_fetch/test_db_fetch_aggregates.py
@@ -16,6 +16,7 @@ from unittest.mock import MagicMock
class TestDbFetchAggregates(TestFetch):
def setUp(self):
+ super().setUp()
self.configure_environment()
self.fetcher = DbFetchAggregates()