From a793fe7fb9c13a58fc44bcbb65967f68f36de839 Mon Sep 17 00:00:00 2001 From: Harmon Date: Tue, 29 Dec 2020 02:35:43 -0600 Subject: [PATCH] Update user_timeline test --- tests/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_api.py b/tests/test_api.py index cf1f6cb..fdbe588 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -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): -- 2.25.1