aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-11 01:14:38 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-11 01:14:38 +0200
commit86cf725e81254a212687fd30dfad79d8e3cf0e62 (patch)
tree417d92075ad92feb5fa09397106bebd214adfc41 /tests/test_media.py
parentf4b3ac11187d22fdffcde7c9073b2d216cc71031 (diff)
downloadmastodon.py-86cf725e81254a212687fd30dfad79d8e3cf0e62.tar.gz
add multiupload test
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)