From: Bartek Grzybowski Date: Mon, 25 May 2020 07:53:08 +0000 (-0700) Subject: Remove fixture declaration that is defined in pytest config X-Git-Tag: 6.0.0-ONAP~31 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F84%2F108184%2F2;p=integration.git Remove fixture declaration that is defined in pytest config Change-Id: I37abc052df5f69907ceb9bb81fbc478126e115d5 Issue-ID: INT-1577 Signed-off-by: Bartek Grzybowski --- diff --git a/test/mocks/mass-pnf-sim/test_cli.py b/test/mocks/mass-pnf-sim/test_cli.py index e47b274d3..bc4d276ed 100644 --- a/test/mocks/mass-pnf-sim/test_cli.py +++ b/test/mocks/mass-pnf-sim/test_cli.py @@ -1,10 +1,5 @@ -import MassPnfSim import pytest -@pytest.fixture(scope="module") -def parser(): - return MassPnfSim.get_parser() - @pytest.mark.parametrize(('expect_string, cli_opts'), [ ("bootstrap: error: the following arguments are required: --urlves, --ipfileserver, --typefileserver, --ipstart", ['bootstrap']),