Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 6a868f4

Browse files
committed
duplicate line (closes #436)
1 parent 86f274a commit 6a868f4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_sanity.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ def _test_upload_media():
9191
return str(res["media_id"])
9292

9393
def test_metadata_multipic():
94-
pics = [_test_upload_media(), _test_upload_media(), _test_upload_media()]
9594
pics = [_test_upload_media(), _test_upload_media(), _test_upload_media()]
9695
metadata = "metadata generated via PTT! ★" + get_random_str()
9796
res = twitter_upl.media.metadata.create(media_id=pics[0], text=metadata)

0 commit comments

Comments
 (0)