projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8128d6
)
The expected value changes for the proxies keyword
author
Ian Cordasco
<graffatcolmingov@gmail.com>
Wed, 26 Mar 2014 13:12:31 +0000
(08:12 -0500)
committer
Ian Cordasco
<graffatcolmingov@gmail.com>
Wed, 26 Mar 2014 13:12:31 +0000
(08:12 -0500)
It used to be None but a recent PR changed that before my last one was merged
test_requests.py
patch
|
blob
|
history
diff --git
a/test_requests.py
b/test_requests.py
index 13b9d64ced7111fd0f6104624d3fc2fe5b3233ad..dbb38064aaf4bad8a3ae50c45308b3c926923082 100755
(executable)
--- a/
test_requests.py
+++ b/
test_requests.py
@@
-1258,7
+1258,7
@@
class TestRedirects:
'cert': None,
'timeout': None,
'allow_redirects': False,
- 'proxies':
None
,
+ 'proxies':
{}
,
}
def test_requests_are_updated_each_time(self):