Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shcheklein committed Sep 29, 2024
1 parent 52d2e9b commit 42cc27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_git.py
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ def test_clone_proxy_server(proxy_server: str, scm: Git, git: Git, tmp_dir: TmpD
@pytest.mark.allow_hosts(["127.0.0.1", "::1"])
def test_iter_remote_refs_proxy_server(proxy_server: str, scm: Git, tmp_dir: TmpDir):
url = "https://github.com/iterative/dvcyaml-schema"
git = GitBackends.DEFAULT.get("dulwich")(".")
git = GitBackends.DEFAULT["dulwich"](".")

p = Path(os.environ["HOME"]) / ".gitconfig"
p.write_text(BAD_PROXY_CONFIG)
Expand Down

0 comments on commit 42cc27a

Please sign in to comment.