diff --git a/test/units/cli/test_galaxy.py b/test/units/cli/test_galaxy.py index 0f5a89a5a57..39362043342 100644 --- a/test/units/cli/test_galaxy.py +++ b/test/units/cli/test_galaxy.py @@ -724,7 +724,7 @@ def test_collection_build(collection_artifact): elif file_entry['name'] == 'README.md': assert file_entry['ftype'] == 'file' assert file_entry['chksum_type'] == 'sha256' - assert file_entry['chksum_sha256'] == 'd072cd6bdb6bd56cd045ec50e07de2f6e8540511e679a29d73ce200cac951b08' + assert file_entry['chksum_sha256'] == '6d8b5f9b5d53d346a8cd7638a0ec26e75e8d9773d952162779a49d25da6ef4f5' else: assert file_entry['ftype'] == 'dir' assert file_entry['chksum_type'] is None