mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-13 22:26:28 +01:00
api/test: fix more twitter tests
This commit is contained in:
parent
92061f2e82
commit
d8eda230e8
1 changed files with 3 additions and 4 deletions
|
@ -102,9 +102,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "retweeted video",
|
"name": "retweeted video",
|
||||||
"url": "https://twitter.com/uwukko/status/1696901469633421344",
|
"url": "https://twitter.com/schlizzawg/status/1869017025055793405",
|
||||||
"params": {},
|
"params": {},
|
||||||
"canFail": true,
|
|
||||||
"expected": {
|
"expected": {
|
||||||
"code": 200,
|
"code": 200,
|
||||||
"status": "redirect"
|
"status": "redirect"
|
||||||
|
@ -145,7 +144,7 @@
|
||||||
"params": {},
|
"params": {},
|
||||||
"expected": {
|
"expected": {
|
||||||
"code": 200,
|
"code": 200,
|
||||||
"status": "redirect"
|
"status": "tunnel"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -207,7 +206,7 @@
|
||||||
"params": {},
|
"params": {},
|
||||||
"expected": {
|
"expected": {
|
||||||
"code": 200,
|
"code": 200,
|
||||||
"status": "redirect"
|
"status": "tunnel"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue