mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
api/tests/twitter: allow retweeted video tests to fail
This commit is contained in:
parent
57a7090eb2
commit
d8bacbeeef
1 changed files with 2 additions and 0 deletions
|
@ -105,6 +105,7 @@
|
||||||
"name": "retweeted video",
|
"name": "retweeted video",
|
||||||
"url": "https://twitter.com/uwukko/status/1696901469633421344",
|
"url": "https://twitter.com/uwukko/status/1696901469633421344",
|
||||||
"params": {},
|
"params": {},
|
||||||
|
"canFail": true,
|
||||||
"expected": {
|
"expected": {
|
||||||
"code": 200,
|
"code": 200,
|
||||||
"status": "redirect"
|
"status": "redirect"
|
||||||
|
@ -164,6 +165,7 @@
|
||||||
"downloadMode": "mute",
|
"downloadMode": "mute",
|
||||||
"audioFormat": "mp3"
|
"audioFormat": "mp3"
|
||||||
},
|
},
|
||||||
|
"canFail": true,
|
||||||
"expected": {
|
"expected": {
|
||||||
"code": 200,
|
"code": 200,
|
||||||
"status": "stream"
|
"status": "stream"
|
||||||
|
|
Loading…
Reference in a new issue