From 86cf725e81254a212687fd30dfad79d8e3cf0e62 Mon Sep 17 00:00:00 2001 From: halcy Date: Fri, 11 Nov 2022 01:14:38 +0200 Subject: add multiupload test --- tests/test_media.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_media.py') 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): finally: api.status_delete(status['id']) +@pytest.mark.vcr(match_on=['path']) def test_media_post_multiple(api): media = api.media_post( 'tests/image.jpg', -- cgit v1.2.3