Skip to content

Commit

Permalink
fixing bad url shortner link
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Reitz committed Jul 24, 2011
1 parent 6ba3523 commit 2edda29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_requests.py
Expand Up @@ -9,7 +9,7 @@
try:
import omnijson as json
except ImportError:
import simplejson as json
import json

import requests

Expand Down Expand Up @@ -326,7 +326,7 @@ def test_nonurlencoded_post_query_and_data(self):

def test_idna(self):
r = requests.get(u'http://➡.ws/httpbin')
self.assertEqual(r.url, HTTPBIN_URL)
assert 'tinyarrows.com' in r.url


if __name__ == '__main__':
Expand Down

0 comments on commit 2edda29

Please sign in to comment.