diff --git a/tests/test_requests.py b/tests/test_requests.py index c662c7fc..1ee379c9 100755 --- a/tests/test_requests.py +++ b/tests/test_requests.py @@ -29,6 +29,7 @@ from requests.models import urlencode from requests.hooks import default_hooks from .compat import StringIO, u + # Requests to this URL should always fail with a connection timeout (nothing # listening on that port) TARPIT = 'http://10.255.255.1'