mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
test fix
This commit is contained in:
+1
-1
@@ -326,7 +326,7 @@ class RequestsTestSuite(unittest.TestCase):
|
||||
|
||||
def test_idna(self):
|
||||
r = requests.get(u'http://➡.ws/httpbin')
|
||||
assert 'tinyarrows.com' in r.url
|
||||
assert 'httpbin' in r.url
|
||||
|
||||
def test_urlencoded_get_query_multivalued_param(self):
|
||||
r = requests.get(httpbin('get'), params=dict(test=['foo','baz']))
|
||||
|
||||
Reference in New Issue
Block a user