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/cli_fetch/test_cli_access.py | 1 + 1 file changed, 1 insertion(+) (limited to 'app/test/fetch/cli_fetch/test_cli_access.py') diff --git a/app/test/fetch/cli_fetch/test_cli_access.py b/app/test/fetch/cli_fetch/test_cli_access.py index f393538..be80619 100644 --- a/app/test/fetch/cli_fetch/test_cli_access.py +++ b/app/test/fetch/cli_fetch/test_cli_access.py @@ -19,6 +19,7 @@ from utils.ssh_conn import SshConn class TestCliAccess(TestFetch): def setUp(self): + super().setUp() self.configure_environment() self.cli_access = CliAccess() -- cgit 1.2.3-korg