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 1b5f145 commit 0b47bfeCopy full SHA for 0b47bfe
tests.py
@@ -294,7 +294,7 @@ def testlistsubscribers(self):
294
self.api.list_subscribers('applepie', 'stars')
295
296
def testshowlistsubscriber(self):
297
- self.assertTrue(self.api.show_list_subscriber('applepie', 'stars', username))
+ self.assertTrue(self.api.show_list_subscriber('twitter', 'team', username))
298
299
def testsavedsearches(self):
300
s = self.api.create_saved_search('test')
0 commit comments