From 1b5f14504a762175cb7eac4f922f5fe2eb99b4d3 Mon Sep 17 00:00:00 2001 From: Joshua Roesslein Date: Sat, 18 May 2013 15:54:23 -0700 Subject: [PATCH] Fix a flaky API tests. Twitter returns back a short version of the URL which fails the equality assertion. --- tests.py | 1 - 1 file changed, 1 deletion(-) 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' } -- 2.25.1