Skip to content

Commit

Permalink
Rename test function to avoid linting failure
Browse files Browse the repository at this point in the history
  • Loading branch information
emkll committed Feb 21, 2019
1 parent fa17c7e commit ec6779f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def test_deb_package_contains_no_generated_assets(host, deb):


@pytest.mark.parametrize("deb", deb_packages)
def test_deb_package_contains_no_generated_assets(host, deb):
def test_deb_package_contains_no_conffiles(host, deb):
"""
Ensures the `securedrop-app-code` package does not contain `conffiles`,
which would break unattended updates to critical package functionality
Expand Down

0 comments on commit ec6779f

Please sign in to comment.