mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-14 17:28:27 +00:00
chore: format tests
This commit is contained in:
parent
1dd4903700
commit
33ec74a124
@ -1494,29 +1494,33 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"threads": [{
|
"threads": [
|
||||||
"name": "video",
|
{
|
||||||
"url": "https://www.threads.net/@zuck/post/CzecNnZPaxr",
|
"name": "video",
|
||||||
"params": {},
|
"url": "https://www.threads.net/@zuck/post/CzecNnZPaxr",
|
||||||
"expected": {
|
"params": {},
|
||||||
"code": 200,
|
"expected": {
|
||||||
"status": "redirect"
|
"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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}, {
|
]
|
||||||
"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