mirror of
https://github.com/wukko/cobalt.git
synced 2025-03-04 07:58:50 +01:00
chore: format tests
This commit is contained in:
parent
1dd4903700
commit
33ec74a124
1 changed files with 28 additions and 24 deletions
|
@ -1494,29 +1494,33 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"threads": [{
|
||||
"name": "video",
|
||||
"url": "https://www.threads.net/@zuck/post/CzecNnZPaxr",
|
||||
"params": {},
|
||||
"expected": {
|
||||
"code": 200,
|
||||
"status": "redirect"
|
||||
"threads": [
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}, {
|
||||
"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 a new issue