summaryrefslogtreecommitdiffstats
path: root/test/units
diff options
context:
space:
mode:
authorJordan Borean <jborean93@gmail.com>2019-09-19 22:11:28 +0200
committerToshio Kuratomi <a.badger@gmail.com>2019-09-19 22:20:43 +0200
commit85eba9d86084f083b70a808e2c5a4fc28427ab17 (patch)
tree25a949cff5af18b21629a5482c838f3f29b38b61 /test/units
parent[docs] split collections into user and dev guide sections (#62363) (diff)
downloadansible-85eba9d86084f083b70a808e2c5a4fc28427ab17.tar.xz
ansible-85eba9d86084f083b70a808e2c5a4fc28427ab17.zip
Fix test_galaxy failing test
Diffstat (limited to 'test/units')
-rw-r--r--test/units/cli/test_galaxy.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/units/cli/test_galaxy.py b/test/units/cli/test_galaxy.py
index 95fa45cfd7..4c75489184 100644
--- a/test/units/cli/test_galaxy.py
+++ b/test/units/cli/test_galaxy.py
@@ -712,7 +712,8 @@ def test_collection_build(collection_artifact):
if file_entry['name'] == 'plugins/README.md':
assert file_entry['ftype'] == 'file'
assert file_entry['chksum_type'] == 'sha256'
- assert file_entry['chksum_sha256'] == '5be7ec7b71096d56e1cc48311b6a2266b77b5fdb9d1985b5bc625787b1e857c5'
+ # Can't test the actual checksum as the html link changes based on the version.
+ assert file_entry['chksum_sha256'] is not None
elif file_entry['name'] == 'README.md':
assert file_entry['ftype'] == 'file'
assert file_entry['chksum_type'] == 'sha256'