aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_media.py')
-rw-r--r--tests/test_media.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_media.py b/tests/test_media.py
index 4de654f..8318f93 100644
--- a/tests/test_media.py
+++ b/tests/test_media.py
@@ -62,6 +62,7 @@ def test_media_post(api, sensitive):
62 finally: 62 finally:
63 api.status_delete(status['id']) 63 api.status_delete(status['id'])
64 64
65@pytest.mark.vcr(match_on=['path'])
65def test_media_post_multiple(api): 66def test_media_post_multiple(api):
66 media = api.media_post( 67 media = api.media_post(
67 'tests/image.jpg', 68 'tests/image.jpg',
Powered by cgit v1.2.3 (git 2.41.0)