projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cbf818
)
Update test using API.friends_ids to pass keyword argument
author
Harmon
<Harmon758@gmail.com>
Fri, 12 Feb 2021 03:57:58 +0000
(21:57 -0600)
committer
Harmon
<Harmon758@gmail.com>
Fri, 12 Feb 2021 03:57:58 +0000
(21:57 -0600)
tests/test_api.py
patch
|
blob
|
blame
|
history
diff --git
a/tests/test_api.py
b/tests/test_api.py
index e467f090a149d2849a347c09e4cc8b85c879c639..37c9aaae9d5ab9d49efdfcc793b4b10211fc68ac 100644
(file)
--- a/
tests/test_api.py
+++ b/
tests/test_api.py
@@
-170,7
+170,7
@@
class TweepyAPITests(TweepyTestCase):
@tape.use_cassette('testfriendsids.json')
def testfriendsids(self):
- self.api.friends_ids(username)
+ self.api.friends_ids(
screen_name=
username)
@tape.use_cassette('testfollowersids.json')
def testfollowersids(self):