Skip to content

Commit

Permalink
update download test to account for lowercasing of hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrodrigues committed May 25, 2024
1 parent 897ec3c commit 3b685a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -1401,7 +1401,7 @@ def test_incorrect_metadata_hash(
)
assert result.returncode != 0
expected_msg = f"""\
Expected sha256 WRONG-HASH
Expected sha256 wrong-hash
Got {real_hash}"""
assert expected_msg in result.stderr

Expand Down

0 comments on commit 3b685a0

Please sign in to comment.