remove extraneous unused constant (#7185)

This commit is contained in:
Alexei Znamensky
2023-09-01 16:32:31 +12:00
committed by GitHub
parent d6ebba1aea
commit ce6b2bc362
8 changed files with 0 additions and 13 deletions

View File

@@ -12,8 +12,6 @@ from ansible_collections.community.general.plugins.modules import gconftool2
import pytest
TESTED_MODULE = gconftool2.__name__
@pytest.fixture
def patch_gconftool2(mocker):