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_fetch_instance_vnics.py | 1 + 1 file changed, 1 insertion(+) (limited to 'app/test/fetch/cli_fetch/test_cli_fetch_instance_vnics.py') diff --git a/app/test/fetch/cli_fetch/test_cli_fetch_instance_vnics.py b/app/test/fetch/cli_fetch/test_cli_fetch_instance_vnics.py index 5a57b9c..8f0ea97 100644 --- a/app/test/fetch/cli_fetch/test_cli_fetch_instance_vnics.py +++ b/app/test/fetch/cli_fetch/test_cli_fetch_instance_vnics.py @@ -16,6 +16,7 @@ from unittest.mock import MagicMock class TestCliFetchInstanceVnics(TestFetch): def setUp(self): + super().setUp() self.configure_environment() self.fetcher = CliFetchInstanceVnics() self.fetcher.set_env(self.env) -- cgit 1.2.3-korg