mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-14 17:28:27 +00:00
fix(api/tests/threads): re-add tests
This commit is contained in:
parent
16f4442dc2
commit
0f3280f836
29
api/src/util/tests/threads.json
Normal file
29
api/src/util/tests/threads.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user