From: Harmon Date: Fri, 12 Feb 2021 23:43:04 +0000 (-0600) Subject: Update test using API.followers to pass keyword argument X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0284543c98fdcf4094147ba593f06c5a42c796cd;p=tweepy.git Update test using API.followers to pass keyword argument --- diff --git a/tests/test_api.py b/tests/test_api.py index 9fee319..5f819eb 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -182,7 +182,7 @@ class TweepyAPITests(TweepyTestCase): @tape.use_cassette('testfollowers.json') def testfollowers(self): - self.api.followers(username) + self.api.followers(screen_name=username) @tape.use_cassette('testverifycredentials.json') def testverifycredentials(self):