Rewrite `test_uppercase_scheme_redirect` to use local httpbin
authorDavid Pursehouse <david.pursehouse@gmail.com>
Wed, 24 Jul 2013 08:18:16 +0000 (17:18 +0900)
committerDavid Pursehouse <david.pursehouse@gmail.com>
Wed, 24 Jul 2013 08:18:16 +0000 (17:18 +0900)
commit56b5f02551cd65cfc99f7f38c60d36b2cfdfc6e8
tree35f5549ae0de614d05c0a4fe591b06c93bff72be
parentc4f16c351c4b639a194ff36f61abebd1ecccf797
Rewrite `test_uppercase_scheme_redirect` to use local httpbin

Instead of redirecting to hard-coded 'example.com', use the URL
defined in `HTTPBIN_URL` with the path set to the 'html' endpoint.
test_requests.py