Fixup Python 3 test failures.

This commit is contained in:
Cory Benfield
2016-04-07 08:43:38 +01:00
parent 8f33e56c0d
commit eab12fa029
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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])