Fix YAML formatting issue for rax integration tests

This commit is contained in:
Matt Martz 2015-06-30 09:38:12 -05:00
commit 43f81c7c01
11 changed files with 20 additions and 20 deletions

View file

@ -8,7 +8,7 @@
assert:
that:
- rax_clb_nodes|failed
- rax_clb_nodes.msg == 'missing required arguments: load_balancer_id'
- 'rax_clb_nodes.msg == "missing required arguments: load_balancer_id"'
# ============================================================