aboutsummaryrefslogtreecommitdiffstats
path: root/app/test/fetch/db_fetch/test_db_fetch_instances.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/test/fetch/db_fetch/test_db_fetch_instances.py')
-rw-r--r--app/test/fetch/db_fetch/test_db_fetch_instances.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/test/fetch/db_fetch/test_db_fetch_instances.py b/app/test/fetch/db_fetch/test_db_fetch_instances.py
index a1207a1..f1de133 100644
--- a/app/test/fetch/db_fetch/test_db_fetch_instances.py
+++ b/app/test/fetch/db_fetch/test_db_fetch_instances.py
@@ -16,6 +16,7 @@ from test.fetch.db_fetch.test_data.db_fetch_instances import *
class TestDbFetchInstances(TestFetch):
def setUp(self):
+ super().setUp()
self.configure_environment()
self.fetcher = DbFetchInstances()