mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
Fix YAML formatting issue for rax integration tests
This commit is contained in:
parent
200706d5ab
commit
43f81c7c01
11 changed files with 20 additions and 20 deletions
|
@ -8,7 +8,7 @@
|
|||
assert:
|
||||
that:
|
||||
- rax_cbs|failed
|
||||
- rax_cbs.msg == 'missing required arguments: name'
|
||||
- 'rax_cbs.msg == "missing required arguments: name"'
|
||||
# ============================================================
|
||||
|
||||
|
||||
|
@ -165,7 +165,7 @@
|
|||
assert:
|
||||
that:
|
||||
- rax_cbs|failed
|
||||
- "rax_cbs.msg == 'value of volume_type must be one of: SSD,SATA, got: fail'"
|
||||
- 'rax_cbs.msg == "value of volume_type must be one of: SSD,SATA, got: fail"'
|
||||
# ============================================================
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue