From: Harmon Date: Mon, 15 Nov 2021 22:05:57 +0000 (-0600) Subject: Improve formatting for Client.follow_list and Client.unfollow_list test X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6eb8b88ffb8131534189d2810a959c6a6359a15a;p=tweepy.git Improve formatting for Client.follow_list and Client.unfollow_list test --- diff --git a/tests/test_client.py b/tests/test_client.py index 499912e..c4f1313 100644 --- 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)