feat: add tests for bookmark twitter links

This commit is contained in:
KwiatekMiki 2024-09-21 13:57:03 +02:00
parent c8e5b9033e
commit 47a108eb16
No known key found for this signature in database
GPG Key ID: FA929409FF1ED9AD

View File

@ -192,6 +192,24 @@
"code": 400, "code": 400,
"status": "error" "status": "error"
} }
},
{
"name": "bookmarked video",
"url": "https://twitter.com/i/bookmarks?post_id=1828099210220294314",
"params": {},
"expected": {
"code": 200,
"status": "redirect"
}
},
{
"name": "bookmarked photo",
"url": "https://twitter.com/i/bookmarks?post_id=1837430141179289876",
"params": {},
"expected": {
"code": 200,
"status": "redirect"
}
} }
], ],
"soundcloud": [ "soundcloud": [