aboutsummaryrefslogtreecommitdiffstats
path: root/app/test/fetch/db_fetch/test_db_access.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/test/fetch/db_fetch/test_db_access.py')
-rw-r--r--app/test/fetch/db_fetch/test_db_access.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/test/fetch/db_fetch/test_db_access.py b/app/test/fetch/db_fetch/test_db_access.py
index ecc26e3..76b7051 100644
--- a/app/test/fetch/db_fetch/test_db_access.py
+++ b/app/test/fetch/db_fetch/test_db_access.py
@@ -17,6 +17,7 @@ from test.fetch.db_fetch.mock_cursor import MockCursor
class TestDbAccess(TestFetch):
def setUp(self):
+ super().setUp()
self.configure_environment()
self.fetcher = DbAccess()