Skip to content

Commit

Permalink
Fix test name collision to pass linting
Browse files Browse the repository at this point in the history
  • Loading branch information
emkll committed Feb 22, 2019
1 parent dd6b14d commit 5e7e3c6
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_expected_conffiles(host, deb):
"""
Ensures the `securedrop-app-code` package declares only whitelisted
`conffiles`. Several files in `/etc/` would automatically be marked
Expand Down

0 comments on commit 5e7e3c6

Please sign in to comment.