fix unit test
This commit is contained in:
parent
d5ee8c2f56
commit
d9f168aa7d
1 changed files with 2 additions and 0 deletions
|
|
@ -110,6 +110,8 @@ class TestStringFormatterValidator(object):
|
||||||
if string_formatter_class == OverridesStringFormatterValidator:
|
if string_formatter_class == OverridesStringFormatterValidator:
|
||||||
expected_error_msg = (
|
expected_error_msg = (
|
||||||
f"Validation error in test: Override variable 'bah_humbug' does not exist. "
|
f"Validation error in test: Override variable 'bah_humbug' does not exist. "
|
||||||
|
f"For this field, ensure your override variable does not contain any source "
|
||||||
|
f"variables - it is a requirement that this be a static string. "
|
||||||
f"Available override variables: {', '.join(sorted(variable_dict.keys()))}"
|
f"Available override variables: {', '.join(sorted(variable_dict.keys()))}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue