mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-27 05:43:09 +00:00
(cherry picked from commit fa49051912)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
@@ -132,7 +132,7 @@
|
||||
assert:
|
||||
that:
|
||||
- eval_error is failed
|
||||
- eval_error.msg.startswith("Caught \"'foo' is undefined\" while evaluating ")
|
||||
- eval_error.msg.startswith("Caught \"'foo' is undefined")
|
||||
|
||||
- name: "Test 5: same variable name reused"
|
||||
debug:
|
||||
@@ -147,7 +147,7 @@
|
||||
assert:
|
||||
that:
|
||||
- eval_error is failed
|
||||
- eval_error.msg.startswith("Caught \"'x' is undefined\" while evaluating ")
|
||||
- eval_error.msg.startswith("Caught \"'x' is undefined")
|
||||
|
||||
- name: "Test 6: multi-value dict"
|
||||
debug:
|
||||
|
||||
Reference in New Issue
Block a user