diff --git a/cherry_picker/test_cherry_picker.py b/cherry_picker/test_cherry_picker.py index d99ea81..e12b68e 100644 --- a/cherry_picker/test_cherry_picker.py +++ b/cherry_picker/test_cherry_picker.py @@ -335,10 +335,13 @@ def test_get_pr_url(config): [ b"git@github.com:mock_user/cpython.git", b"git@github.com:mock_user/cpython", + b"git@github.com:mock_user/cpython/", b"ssh://git@github.com/mock_user/cpython.git", b"ssh://git@github.com/mock_user/cpython", + b"ssh://git@github.com/mock_user/cpython/", b"https://github.com/mock_user/cpython.git", b"https://github.com/mock_user/cpython", + b"https://github.com/mock_user/cpython/", ], ) def test_username(url, config):