aboutsummaryrefslogtreecommitdiffstats
path: root/app/test/fetch/db_fetch/test_db_fetch_oteps.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/test/fetch/db_fetch/test_db_fetch_oteps.py')
-rw-r--r--app/test/fetch/db_fetch/test_db_fetch_oteps.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/test/fetch/db_fetch/test_db_fetch_oteps.py b/app/test/fetch/db_fetch/test_db_fetch_oteps.py
index 905f55a..7d29622 100644
--- a/app/test/fetch/db_fetch/test_db_fetch_oteps.py
+++ b/app/test/fetch/db_fetch/test_db_fetch_oteps.py
@@ -18,6 +18,7 @@ from unittest.mock import MagicMock
class TestDbFetchOteps(TestFetch):
def setUp(self):
+ super().setUp()
self.configure_environment()
self.fetcher = DbFetchOteps()
self.fetcher.set_env(self.env)