mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix PEP 8 issues.
This commit is contained in:
@@ -10,6 +10,7 @@ REPLACEMENTS = [
|
||||
('thismoduledoesnotexist', 'thismoduledoesnotexist_module'), # the default
|
||||
]
|
||||
|
||||
|
||||
@pytest.mark.parametrize("replacement", REPLACEMENTS, ids=lambda x: x[0])
|
||||
def test_apache_identifier(replacement):
|
||||
"test the correct replacement of an a2enmod name with an apache2ctl name"
|
||||
|
||||
Reference in New Issue
Block a user