projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecd1ef7
)
Improve formatting for Client.follow_list and Client.unfollow_list test
author
Harmon
<Harmon758@gmail.com>
Mon, 15 Nov 2021 22:05:57 +0000
(16:05 -0600)
committer
Harmon
<Harmon758@gmail.com>
Mon, 15 Nov 2021 22:05:57 +0000
(16:05 -0600)
tests/test_client.py
patch
|
blob
|
blame
|
history
diff --git
a/tests/test_client.py
b/tests/test_client.py
index 499912e79f0d478a995d7cc6969c0662330e2ef4..c4f1313f7f94dfa25c09c370acccc22a2840a7cd 100644
(file)
--- a/
tests/test_client.py
+++ b/
tests/test_client.py
@@
-154,8
+154,7
@@
class TweepyTestCase(unittest.TestCase):
# https://twitter.com/TwitterSpaces/status/1436382283347283969
self.client.get_space(space_id)
- @tape.use_cassette("test_follow_and_unfollow_list.yaml",
- serializer = "yaml")
+ @tape.use_cassette("test_follow_and_unfollow_list.yaml", serializer="yaml")
def test_follow_and_unfollow_list(self):
list_id = 84839422 # List ID for Official Twitter Accounts (@Twitter)
self.client.follow_list(list_id)