We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedf51a commit ad02898Copy full SHA for ad02898
tests/unit/plugins/action/test_validate.py
@@ -336,7 +336,7 @@ def test_suppress_output_is_a_list(self):
336
}
337
338
result = self._plugin.run(
339
- task_vars=dict(ansible_validate_jsonschema_suppress_output=["relative_schema"])
+ task_vars=dict(ansible_validate_jsonschema_suppress_output=["relative_schema"]),
340
)
341
error = result.get("errors", [])[0]
342
self.assertIn("found", error)
0 commit comments