Skip to content

Commit afc25ad

Browse files
committed
Update branch name for testing
1 parent 481ecdf commit afc25ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_download.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_download_from_github():
2323

2424

2525
@pytest.mark.parametrize("git_url",
26-
["git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git;protocol=git;branch=ci-test",
26+
["git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git;protocol=git;branch=hash-stat2",
2727
"git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git;protocol=git;tag=v32"])
2828
def test_download_from_github_with_branch_or_tag(git_url):
2929
# given
@@ -62,7 +62,7 @@ def test_download_git_clone_with_branch():
6262
# given
6363
git_url = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git"
6464
target_dir = os.path.join(constants.TEST_RESULT_DIR, "download/example")
65-
branch_name = "ci-test"
65+
branch_name = "hash-stat2"
6666

6767
# when
6868
success, _, oss_name, oss_version = download_git_clone(git_url, target_dir, "", "", branch_name)

0 commit comments

Comments
 (0)