mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 19:28:29 +00:00
fix tests
This commit is contained in:
parent
87783a4c86
commit
aeb9249d4f
@ -947,7 +947,7 @@
|
||||
}],
|
||||
"streamable": [{
|
||||
"name": "regular video",
|
||||
"url": "https://streamable.com/03r3c2",
|
||||
"url": "https://streamable.com/p7blpp",
|
||||
"params": {},
|
||||
"expected": {
|
||||
"code": 200,
|
||||
@ -963,7 +963,7 @@
|
||||
}
|
||||
}, {
|
||||
"name": "regular video (isAudioOnly)",
|
||||
"url": "https://streamable.com/03r3c2",
|
||||
"url": "https://streamable.com/p7blpp",
|
||||
"params": {
|
||||
"isAudioOnly": true
|
||||
},
|
||||
@ -973,7 +973,7 @@
|
||||
}
|
||||
}, {
|
||||
"name": "regular video (isAudioMuted)",
|
||||
"url": "https://streamable.com/03r3c2",
|
||||
"url": "https://streamable.com/p7blpp",
|
||||
"params": {
|
||||
"isAudioMuted": true
|
||||
},
|
||||
@ -1042,8 +1042,8 @@
|
||||
"url": "https://rutube.ru/video/b521653b4f71ece57b8ff54e57ca9b82/",
|
||||
"params": {},
|
||||
"expected": {
|
||||
"code": 200,
|
||||
"status": "stream"
|
||||
"code": 400,
|
||||
"status": "error"
|
||||
}
|
||||
}, {
|
||||
"name": "vertical video",
|
||||
@ -1055,7 +1055,7 @@
|
||||
}
|
||||
}, {
|
||||
"name": "yappy",
|
||||
"url": "https://rutube.ru/yappy/f1771e86294748eea8ecb2ac88e55740/",
|
||||
"url": "https://rutube.ru/yappy/a06b1bf53bce403b9a069107f23c47eb//",
|
||||
"params": {},
|
||||
"expected": {
|
||||
"code": 200,
|
||||
|
Loading…
Reference in New Issue
Block a user