Skip to content

Commit 828ce4c

Browse files
committed
fix
1 parent 20f5bf8 commit 828ce4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_container_content.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
- name: Assert that tags have been added
5555
assert:
5656
that:
57-
- tags.json.results | map(attribute='name') | list == ['manifest_a', 'manifest_b']
57+
- tags.json.results | map(attribute='name') | sort | list == ['manifest_a', 'manifest_b']
5858

5959
# Test idempotence
6060
- include_role:

0 commit comments

Comments
 (0)