Fix a flaky API tests.
authorJoshua Roesslein <jroesslein@gmail.com>
Sat, 18 May 2013 22:54:23 +0000 (15:54 -0700)
committerJoshua Roesslein <jroesslein@gmail.com>
Sat, 18 May 2013 22:54:23 +0000 (15:54 -0700)
Twitter returns back a short version of the URL
which fails the equality assertion.

tests.py

index 20d4a1bc1d3325a85447f64d8af3ecec9ded1856..a5a9852dc2d4505061495140ad74784702a5a862 100644 (file)
--- a/tests.py
+++ b/tests.py
@@ -207,7 +207,6 @@ class TweepyAPITests(unittest.TestCase):
         original = self.api.me()
         profile = {
             'name': 'Tweepy test 123',
-            'url': 'http://www.example.com',
             'location': 'pytopia',
             'description': 'just testing things out'
         }