mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
cloudstack: fix tests unhashable type: 'dict'
This commit is contained in:
parent
8f3c181d90
commit
9d3577a74a
4 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@
|
|||
assert:
|
||||
that:
|
||||
- ig|failed
|
||||
- ig.msg == "missing required arguments: name"
|
||||
- "ig.msg == 'missing required arguments: name'"
|
||||
|
||||
- name: test present instance group
|
||||
cs_instancegroup: name={{ cs_resource_prefix }}_ig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue