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_vpp.py | 1 + 1 file changed, 1 insertion(+) (limited to 'app/test/fetch/cli_fetch/test_cli_fetch_instance_vnics_vpp.py') diff --git a/app/test/fetch/cli_fetch/test_cli_fetch_instance_vnics_vpp.py b/app/test/fetch/cli_fetch/test_cli_fetch_instance_vnics_vpp.py index a54b881..9459914 100644 --- a/app/test/fetch/cli_fetch/test_cli_fetch_instance_vnics_vpp.py +++ b/app/test/fetch/cli_fetch/test_cli_fetch_instance_vnics_vpp.py @@ -16,6 +16,7 @@ from test.fetch.test_fetch import TestFetch class TestCliFetchInstanceVnicsVpp(TestFetch): def setUp(self): + super().setUp() self.configure_environment() self.fetcher = CliFetchInstanceVnicsVpp() -- cgit 1.2.3-korg