diff --git a/tests/functional/test_install_vcs_git.py b/tests/functional/test_install_vcs_git.py index c37c879f9c9..38d416fb62d 100644 --- a/tests/functional/test_install_vcs_git.py +++ b/tests/functional/test_install_vcs_git.py @@ -315,7 +315,7 @@ def test_git_install_then_install_ref(script: PipTestEnvironment) -> None: "rev, expected_sha", [ # Clone the default branch - ("", "5547fa909e83df8bd743d3978d6667497983a4b7"), + ("", "96d6d72ac54132aecbdd5adac88bc8d1f8fb986b"), # Clone a specific tag ("@0.1.1", "7d654e66c8fa7149c165ddeffa5b56bc06619458"), # Clone a specific commit