Skip to content

Commit 7b23e65

Browse files
committed
another small fix
1 parent a3bd345 commit 7b23e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def test_remote_show_in_cloned_repo(xtl_clone, git2cpp_path, tmp_path):
341341
assert "http" in p.stdout or "git" in p.stdout or "https" in p.stdout
342342

343343

344-
def test_push_local(xtl_clone, git2cpp_path, tmp_path, monkeypatch):
344+
def test_push_local(xtl_clone, git_config, git2cpp_path, tmp_path, monkeypatch):
345345
"""Test setting push on a local remote."""
346346
assert (tmp_path / "xtl").exists()
347347
xtl_path = tmp_path / "xtl"

0 commit comments

Comments
 (0)