summaryrefslogtreecommitdiff
path: root/tests/test_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_utils.py')
-rw-r--r--tests/test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_utils.py b/tests/test_utils.py
index 0b37e57f..41858b37 100644
--- a/tests/test_utils.py
+++ b/tests/test_utils.py
@@ -367,7 +367,7 @@ def test_get_auth_from_url(url, auth):
),
))
def test_requote_uri_with_unquoted_percents(uri, expected):
- """See: https://github.com/kennethreitz/requests/issues/2356"""
+ """See: https://github.com/requests/requests/issues/2356"""
assert requote_uri(uri) == expected