aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-05-06 02:50:54 +0200
committerLorenz Diener <[email protected]>2018-05-06 02:50:54 +0200
commit4b00c448f4a55859d5177c981a8fc4b388e8b5b3 (patch)
tree6ccfec5f72a32d258593dac531743e8653785af5 /tests/test_media.py
parentf8e209f6ff70d3be08b71b05f4cec753a9dac926 (diff)
downloadmastodon.py-4b00c448f4a55859d5177c981a8fc4b388e8b5b3.tar.gz
Add another bunch of tests
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)