We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b21d7 commit af6a3e9Copy full SHA for af6a3e9
1 file changed
tests/test_api_30.py
@@ -1584,6 +1584,7 @@ def testDestroyFavorite(self):
1584
self.assertRaises(
1585
twitter.TwitterError,
1586
lambda: self.api.DestroyFavorite(status=None, status_id=None))
1587
+
1588
@responses.activate
1589
def testPostDirectMessage(self):
1590
with open('testdata/post_post_direct_message.json') as f:
0 commit comments