diff options
| author | Nihaal <nihaal.s@live.co.uk> | 2019-08-13 22:58:54 +0100 |
|---|---|---|
| committer | Nihaal Sangha <nihaal.s@live.co.uk> | 2019-08-19 21:33:18 +0100 |
| commit | 9cdf29410778f31b88c48385c4a0fdf96fa10bd1 (patch) | |
| tree | e95a120f0f6ce6b16854413bab2bfe4c7c782d56 /tests/test_utils.py | |
| parent | 9f55e4bc09b1c4ce186f8fe63d711fc74eec5c6f (diff) | |
| download | python-requests-9cdf29410778f31b88c48385c4a0fdf96fa10bd1.tar.gz | |
Updated references to previous requests/requests GitHub path
Diffstat (limited to 'tests/test_utils.py')
| -rw-r--r-- | tests/test_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py index 59b0b0ef..4fe9c1f0 100644 --- a/tests/test_utils.py +++ b/tests/test_utils.py @@ -397,7 +397,7 @@ def test_get_auth_from_url(url, auth): ), )) def test_requote_uri_with_unquoted_percents(uri, expected): - """See: https://github.com/requests/requests/issues/2356""" + """See: https://github.com/psf/requests/issues/2356""" assert requote_uri(uri) == expected |
