From 0b47bfebc920b074c1130fb08aef75842fb96b9a Mon Sep 17 00:00:00 2001 From: Joshua Roesslein Date: Sat, 18 May 2013 16:05:46 -0700 Subject: [PATCH] Another flaky test. --- tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- 2.25.1