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 Dec 16, 2024
1 parent 7273f04 commit 3c11258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkinsapi_tests/unittests/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def fake_get_data(cls, tree=None, params=None):
with pytest.raises(requests.HTTPError) as excinfo:
with pytest.warns(
UserWarning,
match="Make sure the Environment Injector plugin is installed."
match="Make sure the Environment Injector plugin is installed.",
):
build.get_env_vars()
assert "404" == str(excinfo.value)
Expand Down

0 comments on commit 3c11258

Please sign in to comment.