Skip to content

Commit

Permalink
fix LICENSE checksum test
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipMay authored Jul 9, 2024
1 parent 0e35e09 commit e946764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_fetch_remote_file(tmpdir):
dirname=tmpdir,
filename=filename,
url="https://raw.githubusercontent.com/telekom/mltb2/main/LICENSE",
sha256_checksum="733fe19287807e392fc0899a1577fa36bad2ab543efdce372a2fc05399b91c2f",
sha256_checksum="92d6c99efeeea9c7a0361da50a0d7160920e626b046211a4779b73ac23819ca5",
)
assert remote_file == os.path.join(tmpdir, filename)
assert os.path.exists(os.path.join(tmpdir, filename))
Expand Down

0 comments on commit e946764

Please sign in to comment.