Skip to content

Commit 0b47bfe

Browse files
committed
Another flaky test.
1 parent 1b5f145 commit 0b47bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def testlistsubscribers(self):
294294
self.api.list_subscribers('applepie', 'stars')
295295

296296
def testshowlistsubscriber(self):
297-
self.assertTrue(self.api.show_list_subscriber('applepie', 'stars', username))
297+
self.assertTrue(self.api.show_list_subscriber('twitter', 'team', username))
298298

299299
def testsavedsearches(self):
300300
s = self.api.create_saved_search('test')

0 commit comments

Comments
 (0)