Skip to content

Commit

Permalink
Update test docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Apr 10, 2023
1 parent 4ee3932 commit b92e496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ def test_bad_link_hash_good_user_hash_install_success(
) -> None:
"""Test that wrong hash in direct URL ignored when good --hash provided.
This behaviour may be debatable, but it is not an issue in practice.
This behaviour may not be accidental?
"""
url = path_to_url(str(shared_data.packages.joinpath("simple-1.0.tar.gz")))
url = f"{url}#sha256=invalidhash"
Expand Down

0 comments on commit b92e496

Please sign in to comment.