Skip to content

Commit 80a9630

Browse files
committed
Fix a bug related to test
1 parent ac6be74 commit 80a9630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def test_download_git_clone_with_branch():
6565
branch_name = "ci-test"
6666

6767
# when
68-
success, _, oss_name, oss_version = download_git_clone(git_url, target_dir, "", branch_name)
68+
success, _, oss_name, oss_version = download_git_clone(git_url, target_dir, "", "", branch_name)
6969

7070
# then
7171
assert success is True

0 commit comments

Comments
 (0)