Skip to content

Commit

Permalink
api/test: fix more twitter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmoron committed Feb 10, 2025
1 parent 92061f2 commit d8eda23
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions api/src/util/tests/twitter.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,8 @@
},
{
"name": "retweeted video",
"url": "https://twitter.com/uwukko/status/1696901469633421344",
"url": "https://twitter.com/schlizzawg/status/1869017025055793405",
"params": {},
"canFail": true,
"expected": {
"code": 200,
"status": "redirect"
Expand Down Expand Up @@ -145,7 +144,7 @@
"params": {},
"expected": {
"code": 200,
"status": "redirect"
"status": "tunnel"
}
},
{
Expand Down Expand Up @@ -207,7 +206,7 @@
"params": {},
"expected": {
"code": 200,
"status": "redirect"
"status": "tunnel"
}
}
]

0 comments on commit d8eda23

Please sign in to comment.