mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Fixup Python 3 test failures.
This commit is contained in:
+1
-1
@@ -1653,7 +1653,7 @@ class TestRedirects:
|
||||
assert session.calls[-1] == send_call
|
||||
|
||||
@pytest.mark.skipif(is_py2, reason="requires python 3")
|
||||
def test_redirects_with_latin1_header(self):
|
||||
def test_redirects_with_latin1_header(self, httpbin):
|
||||
"""Test that redirect headers decoded with Latin 1 are correctly
|
||||
followed"""
|
||||
session = RedirectSession([303])
|
||||
|
||||
Reference in New Issue
Block a user