Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add commit_env_config to test_push_private_repo
  • Loading branch information
ianthomas23 committed Mar 6, 2026
commit 66aaa1309be2b71a5abaafe96e7af54655d0bb73
2 changes: 1 addition & 1 deletion test/test_push.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from uuid import uuid4


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

Expand Down