The expected value changes for the proxies keyword

It used to be None but a recent PR changed that before my last one was merged
This commit is contained in:
Ian Cordasco
2014-03-26 08:12:31 -05:00
parent b8128d6b1e
commit b92f4ec6fb
+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):