Catch more broader error messages. (#5212) (#5215)

(cherry picked from commit fa49051912)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot]
2022-09-03 11:38:38 +02:00
committed by GitHub
parent 2f24bcef8f
commit 3710f28efb

View File

@@ -136,7 +136,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:
@@ -151,7 +151,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: