From: Joshua Roesslein Date: Sat, 18 May 2013 22:54:23 +0000 (-0700) Subject: Fix a flaky API tests. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1b5f14504a762175cb7eac4f922f5fe2eb99b4d3;p=tweepy.git Fix a flaky API tests. Twitter returns back a short version of the URL which fails the equality assertion. --- diff --git a/tests.py b/tests.py index 20d4a1b..a5a9852 100644 --- 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' }