aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-05-06 15:55:32 +0200
committerGitHub <[email protected]>2018-05-06 15:55:32 +0200
commitca0ea36c6edd58dc15e5fd7f31f24ba5097d6e8d (patch)
tree98328e8776447334b19592992016d9b7f16ae98b /tests/test_media.py
parent06e32c14bcb5a1ef1a5e618a1b413ea011416c9d (diff)
parentfbd4122fec092bff6b1cc9f44dfeda6ee693c41b (diff)
downloadmastodon.py-ca0ea36c6edd58dc15e5fd7f31f24ba5097d6e8d.tar.gz
Merge branch 'master' into stream-timeout
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)