From 4b00c448f4a55859d5177c981a8fc4b388e8b5b3 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Sun, 6 May 2018 02:50:54 +0200 Subject: Add another bunch of tests --- tests/test_media.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_media.py') 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): status = api.status_post( 'LOL check this out', - media_ids=[media], + media_ids=media, sensitive=sensitive ) -- cgit v1.2.3