diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2017-05-29 12:11:43 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2017-05-29 12:11:43 -0400 |
| commit | 7f14db17c8612aed71a181b084455b71e130ffc8 (patch) | |
| tree | af0bdbaffebb36570f3c5f13bedecedcdfaeb08d /tests/test_lowlevel.py | |
| parent | 14c1102e0fdc99e2b6fc170d8d02bcb20676e2ee (diff) | |
| download | python-requests-7f14db17c8612aed71a181b084455b71e130ffc8.tar.gz | |
new requests namespace
Diffstat (limited to 'tests/test_lowlevel.py')
| -rwxr-xr-x | tests/test_lowlevel.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_lowlevel.py b/tests/test_lowlevel.py index 301dc3e4..c87234bc 100755 --- a/tests/test_lowlevel.py +++ b/tests/test_lowlevel.py @@ -28,7 +28,7 @@ def test_digestauth_401_count_reset_on_redirect(): """Ensure we correctly reset num_401_calls after a successful digest auth, followed by a 302 redirect to another digest auth prompt. - See https://github.com/kennethreitz/requests/issues/1979. + See https://github.com/requests/requests/issues/1979. """ text_401 = (b'HTTP/1.1 401 UNAUTHORIZED\r\n' b'Content-Length: 0\r\n' @@ -138,7 +138,7 @@ def test_digestauth_401_only_sent_once(): def test_digestauth_only_on_4xx(): """Ensure we only send digestauth on 4xx challenges. - See https://github.com/kennethreitz/requests/issues/3772. + See https://github.com/requests/requests/issues/3772. """ text_200_chal = (b'HTTP/1.1 200 OK\r\n' b'Content-Length: 0\r\n' |
