Merge pull request #1976 from kennethreitz/fix-redirect-test

The expected value changed for the proxies keyword
This commit is contained in:
2014-03-26 11:34:36 -04:00
+1 -1
View File
@@ -1258,7 +1258,7 @@ class TestRedirects:
'cert': None,
'timeout': None,
'allow_redirects': False,
'proxies': None,
'proxies': {},
}
def test_requests_are_updated_each_time(self):