From: Scott Sadler Date: Sun, 26 Oct 2014 13:45:12 +0000 (+0100) Subject: fix failing test "test_prepare_unicode_url" \(take 3\) X-Git-Tag: v2.5.0~15^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=583859b8204a1e9dd8a337f1ca06e31e8f79b5f8;p=services%2Fpython-requests.git fix failing test "test_prepare_unicode_url" \(take 3\) --- diff --git a/test_requests.py b/test_requests.py index 0d93893..467c5bc 100755 --- 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())