Skip to content

Commit

Permalink
chore: format tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Oct 8, 2024
1 parent 1dd4903 commit 33ec74a
Showing 1 changed file with 28 additions and 24 deletions.
52 changes: 28 additions & 24 deletions api/src/util/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -1494,29 +1494,33 @@
}
}
],
"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"
"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"
}
}
}]
]
}

0 comments on commit 33ec74a

Please sign in to comment.