Skip to content

Commit

Permalink
Update test using API.list_timeline to pass keyword arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Feb 14, 2021
1 parent e3ec5c1 commit ea1653b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def testlistssubscriptions(self):

@tape.use_cassette('testlisttimeline.json')
def testlisttimeline(self):
self.api.list_timeline('Twitter', 'Official-Twitter-Accounts')
self.api.list_timeline(owner_screen_name='Twitter', slug='Official-Twitter-Accounts')

@tape.use_cassette('testgetlist.json')
def testgetlist(self):
Expand Down

0 comments on commit ea1653b

Please sign in to comment.