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:
8e69c9f
)
fix failing test "test_prepare_unicode_url" \(take 3\)
author
Scott Sadler
<github@mashi.org>
Sun, 26 Oct 2014 13:45:12 +0000
(14:45 +0100)
committer
Scott Sadler
<github@mashi.org>
Sun, 26 Oct 2014 13:45:12 +0000
(14:45 +0100)
test_requests.py
patch
|
blob
|
history
diff --git
a/test_requests.py
b/test_requests.py
index 0d93893b9df9f6458431d72edf6b515e728df563..467c5bc68eb6aa9d533713cbb37cfd914a13a545 100755
(executable)
--- a/
test_requests.py
+++ b/
test_requests.py
@@
-1511,7
+1511,8
@@
def test_prepare_unicode_url():
p = PreparedRequest()
p.prepare(
method='GET',
- url=u('http://www.example.com/üniçø∂é')
+ url=u('http://www.example.com/üniçø∂é'),
+ hooks=[]
)
assert_copy(p, p.copy())