Skip to content

Commit

Permalink
Update API.get_list_member test and cassette names
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed May 28, 2021
1 parent 431ab15 commit 9530060
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ def assert_list(l):
def testlistmembers(self):
self.api.list_members(owner_screen_name='Twitter', slug='Official-Twitter-Accounts')

@tape.use_cassette('testshowlistmember.json')
def testshowlistmember(self):
@tape.use_cassette('testgetlistmember.json')
def testgetlistmember(self):
self.assertTrue(self.api.get_list_member(owner_screen_name='Twitter', slug='Official-Twitter-Accounts', screen_name='TwitterAPI'))

@tape.use_cassette('testsubscribeunsubscribelist.json')
Expand Down

0 comments on commit 9530060

Please sign in to comment.