We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1ef80 commit 8f1a430Copy full SHA for 8f1a430
tests/test_api.py
@@ -289,7 +289,7 @@ def testlistsubscribers(self):
289
self.api.list_subscribers('applepie', 'stars')
290
291
def testshowlistsubscriber(self):
292
- self.assertTrue(self.api.show_list_subscriber('twitter', 'team', username))
+ self.assertTrue(self.api.show_list_subscriber('tweepytest', 'test', 'applepie'))
293
294
def testsavedsearches(self):
295
s = self.api.create_saved_search('test')
0 commit comments