summaryrefslogtreecommitdiffstats
path: root/test/units/galaxy/test_collection.py
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2023-07-11 23:40:47 +0200
committerGitHub <noreply@github.com>2023-07-11 23:40:47 +0200
commit876be11f8ce8330e823d740b01ff8c72034427ce (patch)
tree062d1422407a16df959c376197fae29a3d1e7b59 /test/units/galaxy/test_collection.py
parentRemove `docs` and `examples` directories (#81011) (diff)
downloadansible-876be11f8ce8330e823d740b01ff8c72034427ce.tar.xz
ansible-876be11f8ce8330e823d740b01ff8c72034427ce.zip
Add pymarkdown sanity test for core (#81220)
* Clean up markdown * Add pymarkdown sanity test for core * Update unit test SHA
Diffstat (limited to 'test/units/galaxy/test_collection.py')
-rw-r--r--test/units/galaxy/test_collection.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/galaxy/test_collection.py b/test/units/galaxy/test_collection.py
index 6f0622a7b8..991184aec1 100644
--- a/test/units/galaxy/test_collection.py
+++ b/test/units/galaxy/test_collection.py
@@ -824,7 +824,7 @@ def test_build_with_symlink_inside_collection(collection_input):
actual_file = secure_hash_s(linked_file_obj.read())
linked_file_obj.close()
- assert actual_file == '63444bfc766154e1bc7557ef6280de20d03fcd81'
+ assert actual_file == '08f24200b9fbe18903e7a50930c9d0df0b8d7da3' # shasum test/units/cli/test_data/collection_skeleton/README.md
def test_publish_no_wait(galaxy_server, collection_artifact, monkeypatch):