mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
remove extraneous unused constant (#7185)
This commit is contained in:
parent
d6ebba1aea
commit
ce6b2bc362
8 changed files with 0 additions and 13 deletions
|
@ -14,7 +14,6 @@ import pytest
|
|||
from .cmd_runner_test_utils import CmdRunnerTestHelper
|
||||
|
||||
|
||||
TESTED_MODULE = module.__name__
|
||||
with open("tests/unit/plugins/modules/test_opkg.yaml", "r") as TEST_CASES:
|
||||
helper = CmdRunnerTestHelper(test_cases=TEST_CASES)
|
||||
patch_bin = helper.cmd_fixture
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue