Skip to content

Commit ad02898

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent eedf51a commit ad02898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/plugins/action/test_validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ def test_suppress_output_is_a_list(self):
336336
}
337337

338338
result = self._plugin.run(
339-
task_vars=dict(ansible_validate_jsonschema_suppress_output=["relative_schema"])
339+
task_vars=dict(ansible_validate_jsonschema_suppress_output=["relative_schema"]),
340340
)
341341
error = result.get("errors", [])[0]
342342
self.assertIn("found", error)

0 commit comments

Comments
 (0)