Skip to content

Commit 66aaa13

Browse files
committed
Add commit_env_config to test_push_private_repo
1 parent fe3884a commit 66aaa13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_push.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from uuid import uuid4
33

44

5-
def test_push_private_repo(git2cpp_path, tmp_path, run_in_tmp_path, private_test_repo):
5+
def test_push_private_repo(git2cpp_path, tmp_path, run_in_tmp_path, private_test_repo, commit_env_config):
66
# Unique branch name to avoid branch name collisions on remote repo.
77
branch_name = f"test-{uuid4()}"
88

0 commit comments

Comments
 (0)