From 13767be99f8815395be01edc5c97735cdc66590b Mon Sep 17 00:00:00 2001 From: Ilia Abashin Date: Wed, 23 Aug 2017 12:56:18 +0300 Subject: Refactored api fetch tests to use mocked requests Also fixed some mocking logic Change-Id: I826fc1c03af1244cf10d9edee37c7c8f732c3602 Signed-off-by: Ilia Abashin --- app/test/fetch/db_fetch/test_db_access.py | 1 + 1 file changed, 1 insertion(+) (limited to 'app/test/fetch/db_fetch/test_db_access.py') 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() -- cgit 1.2.3-korg