Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb785d8 commit ba4f599Copy full SHA for ba4f599
1 file changed
test/test_main.py
@@ -159,8 +159,9 @@ def test_broken_ansible_cfg() -> None:
159
for x in (
160
"Invalid type for configuration option setting: CACHE_PLUGIN_TIMEOUT",
161
"has an invalid value: Invalid type provided for 'int': 'invalid-value'",
162
+ "has an invalid value: Invalid value provided for 'integer': 'invalid-value'",
163
)
- )
164
+ ), proc.stderr
165
166
167
def test_list_tags() -> None:
0 commit comments