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