Fix PEP 8 issues.

This commit is contained in:
Matt Clay 2017-04-04 12:22:47 -07:00
parent 5a0b2fe3be
commit a6ca849643
2 changed files with 2 additions and 2 deletions

View file

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