Update user_timeline test
authorHarmon <Harmon758@gmail.com>
Tue, 29 Dec 2020 08:35:43 +0000 (02:35 -0600)
committerHarmon <Harmon758@gmail.com>
Tue, 29 Dec 2020 08:35:43 +0000 (02:35 -0600)
tests/test_api.py

index cf1f6cba2b37e299aa9430e784ecb3b52397655e..fdbe588fdb3610aa2d7a9bd702cd34d4b0474f0a 100644 (file)
@@ -61,7 +61,7 @@ class TweepyAPITests(TweepyTestCase):
     @tape.use_cassette('testusertimeline.json')
     def testusertimeline(self):
         self.api.user_timeline()
-        self.api.user_timeline('twitter')
+        self.api.user_timeline(screen_name='Twitter')
 
     @tape.use_cassette('testmentionstimeline.json')
     def testmentionstimeline(self):