mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
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:
+1
-1
@@ -1258,7 +1258,7 @@ class TestRedirects:
|
||||
'cert': None,
|
||||
'timeout': None,
|
||||
'allow_redirects': False,
|
||||
'proxies': None,
|
||||
'proxies': {},
|
||||
}
|
||||
|
||||
def test_requests_are_updated_each_time(self):
|
||||
|
||||
Reference in New Issue
Block a user