aboutsummaryrefslogtreecommitdiffstats
path: root/app/test/fetch/cli_fetch/test_cli_access.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/test/fetch/cli_fetch/test_cli_access.py')
-rw-r--r--app/test/fetch/cli_fetch/test_cli_access.py1
1 files changed, 1 insertions, 0 deletions
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()