diff --git a/tests/vcs/test_git.py b/tests/vcs/test_git.py index 82dee584fbf..f0157db364e 100644 --- a/tests/vcs/test_git.py +++ b/tests/vcs/test_git.py @@ -242,4 +242,4 @@ def test_parse_url_should_fail(): url = "https://" + "@" * 64 + "!" with pytest.raises(ValueError): - result = ParsedUrl.parse(url) + ParsedUrl.parse(url)