We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac6be74 commit 80a9630Copy full SHA for 80a9630
tests/test_download.py
@@ -65,7 +65,7 @@ def test_download_git_clone_with_branch():
65
branch_name = "ci-test"
66
67
# when
68
- success, _, oss_name, oss_version = download_git_clone(git_url, target_dir, "", branch_name)
+ success, _, oss_name, oss_version = download_git_clone(git_url, target_dir, "", "", branch_name)
69
70
# then
71
assert success is True
0 commit comments