Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 15, 2024
1 parent eedf51a commit ad02898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/plugins/action/test_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def test_suppress_output_is_a_list(self):
}

result = self._plugin.run(
task_vars=dict(ansible_validate_jsonschema_suppress_output=["relative_schema"])
task_vars=dict(ansible_validate_jsonschema_suppress_output=["relative_schema"]),
)
error = result.get("errors", [])[0]
self.assertIn("found", error)
Expand Down

0 comments on commit ad02898

Please sign in to comment.