mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
Python 3 fixes for CloudStack modules and tests. (#24400)
This commit is contained in:
parent
6aa32d3e9d
commit
d999d613cb
23 changed files with 25 additions and 29 deletions
|
@ -7,7 +7,7 @@
|
|||
assert:
|
||||
that:
|
||||
- config|failed
|
||||
- "config.msg == 'missing required arguments: value,name'"
|
||||
- "config.msg.startswith('missing required arguments: ')"
|
||||
|
||||
- name: test configuration
|
||||
cs_configuration:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue