mirror of
https://github.com/wukko/cobalt.git
synced 2025-02-15 23:36:37 +01:00
api/test: clear a bunch of canFails
This commit is contained in:
parent
0426621cf5
commit
d79950b15f
2 changed files with 1 additions and 4 deletions
|
@ -29,7 +29,6 @@
|
||||||
{
|
{
|
||||||
"name": "shortlink video",
|
"name": "shortlink video",
|
||||||
"url": "https://fb.watch/r1K6XHMfGT/",
|
"url": "https://fb.watch/r1K6XHMfGT/",
|
||||||
"canFail": true,
|
|
||||||
"params": {},
|
"params": {},
|
||||||
"expected": {
|
"expected": {
|
||||||
"code": 200,
|
"code": 200,
|
||||||
|
@ -39,7 +38,6 @@
|
||||||
{
|
{
|
||||||
"name": "reel video",
|
"name": "reel video",
|
||||||
"url": "https://web.facebook.com/reel/730293269054758",
|
"url": "https://web.facebook.com/reel/730293269054758",
|
||||||
"canFail": true,
|
|
||||||
"params": {},
|
"params": {},
|
||||||
"expected": {
|
"expected": {
|
||||||
"code": 200,
|
"code": 200,
|
||||||
|
@ -64,4 +62,4 @@
|
||||||
"status": "redirect"
|
"status": "redirect"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -48,7 +48,6 @@
|
||||||
{
|
{
|
||||||
"name": "short link, wrong id",
|
"name": "short link, wrong id",
|
||||||
"url": "https://xhslink.com/a/aaaaaa",
|
"url": "https://xhslink.com/a/aaaaaa",
|
||||||
"canFail": true,
|
|
||||||
"params": {},
|
"params": {},
|
||||||
"expected": {
|
"expected": {
|
||||||
"code": 400,
|
"code": 400,
|
||||||
|
|
Loading…
Reference in a new issue