Skip to content

Commit

Permalink
Merge pull request #6825 from freedomofpress/stg-6824-thats-not-a-word
Browse files Browse the repository at this point in the history
fix(test_empty_crontabs): s/parameterize/parametrize/
  • Loading branch information
legoktm authored May 30, 2023
2 parents f3a4e09 + 16bb06a commit d964e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/testinfra/app/test_appenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def test_ensure_logo(host):
assert f.group == "root"


@pytest.mark.parameterize("user", ("root", "www-data"))
@pytest.mark.parametrize("user", ("root", "www-data"))
def test_empty_crontabs(host, user):
"""Ensure root + www-data crontabs are empty"""
with host.sudo():
Expand Down

0 comments on commit d964e59

Please sign in to comment.