remove extraneous unused constant (#7185)

This commit is contained in:
Alexei Znamensky 2023-09-01 16:32:31 +12:00 committed by GitHub
commit ce6b2bc362
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 0 additions and 13 deletions

View file

@ -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