Skip to content

Commit

Permalink
duplicate line (closes #436)
Browse files Browse the repository at this point in the history
  • Loading branch information
boogheta committed Oct 26, 2021
1 parent e8c1084 commit a50ec37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_sanity.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ def _test_upload_media():


def test_metadata_multipic():
pics = [_test_upload_media(), _test_upload_media(), _test_upload_media()]
pics = [_test_upload_media(), _test_upload_media(), _test_upload_media()]
metadata = "metadata generated via PTT! ★" + get_random_str()
res = twitter11_upl.media.metadata.create(media_id=pics[0], text=metadata)
Expand Down

0 comments on commit a50ec37

Please sign in to comment.