aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_media.py')
-rw-r--r--tests/test_media.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_media.py b/tests/test_media.py
index b1cfd89..118ca4b 100644
--- a/tests/test_media.py
+++ b/tests/test_media.py
@@ -11,7 +11,7 @@ def test_media_post(api, sensitive):
11 11
12 status = api.status_post( 12 status = api.status_post(
13 'LOL check this out', 13 'LOL check this out',
14 media_ids=[media], 14 media_ids=media,
15 sensitive=sensitive 15 sensitive=sensitive
16 ) 16 )
17 17
Powered by cgit v1.2.3 (git 2.41.0)