From: Joshua Roesslein Date: Sat, 18 May 2013 23:05:46 +0000 (-0700) Subject: Another flaky test. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0b47bfebc920b074c1130fb08aef75842fb96b9a;p=tweepy.git Another flaky test. --- diff --git a/tests.py b/tests.py index a5a9852..e7db7a8 100644 --- a/tests.py +++ b/tests.py @@ -294,7 +294,7 @@ class TweepyAPITests(unittest.TestCase): self.api.list_subscribers('applepie', 'stars') def testshowlistsubscriber(self): - self.assertTrue(self.api.show_list_subscriber('applepie', 'stars', username)) + self.assertTrue(self.api.show_list_subscriber('twitter', 'team', username)) def testsavedsearches(self): s = self.api.create_saved_search('test')