Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba4f599

Browse files
authored
Make test_broken_ansible_cfg test pass with ansible devel branch (#4605)
1 parent cb785d8 commit ba4f599

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/test_main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,9 @@ def test_broken_ansible_cfg() -> None:
159159
for x in (
160160
"Invalid type for configuration option setting: CACHE_PLUGIN_TIMEOUT",
161161
"has an invalid value: Invalid type provided for 'int': 'invalid-value'",
162+
"has an invalid value: Invalid value provided for 'integer': 'invalid-value'",
162163
)
163-
)
164+
), proc.stderr
164165

165166

166167
def test_list_tags() -> None:

0 commit comments

Comments
 (0)