fix(api/tests/threads): re-add tests

This commit is contained in:
Snazzah 2025-01-24 18:52:35 -06:00
parent 16f4442dc2
commit 0f3280f836
No known key found for this signature in database
GPG key ID: EA479766A94CEB61

View file

@ -0,0 +1,29 @@
[
{
"name": "video",
"url": "https://www.threads.net/@zuck/post/CzecNnZPaxr",
"params": {},
"expected": {
"code": 200,
"status": "redirect"
}
},
{
"name": "photo",
"url": "https://www.threads.net/@soren.iverson/post/C8PdJ59pMLr",
"params": {},
"expected": {
"code": 200,
"status": "redirect"
}
},
{
"name": "mixed media",
"url": "https://www.threads.net/@snazzahguy/post/C8Q7UZDseWz",
"params": {},
"expected": {
"code": 200,
"status": "picker"
}
}
]