Skip to content

Commit e98fb8c

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_subprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def test_git_env(mocker, environ):
7171

7272
git.commit(env={"C": "E", "F": "G"})
7373

74-
_, kwargs = run.call_args_list[0]
74+
_, _kwargs = run.call_args_list[0]
7575

7676
env = run.call_args_list[0].kwargs["env"]
7777
assert env["A"] == "B"

0 commit comments

Comments
 (0)