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": [{
|
"streamable": [{
|
||||||
"name": "regular video",
|
"name": "regular video",
|
||||||
"url": "https://streamable.com/03r3c2",
|
"url": "https://streamable.com/p7blpp",
|
||||||
"params": {},
|
"params": {},
|
||||||
"expected": {
|
"expected": {
|
||||||
"code": 200,
|
"code": 200,
|
||||||
@ -963,7 +963,7 @@
|
|||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
"name": "regular video (isAudioOnly)",
|
"name": "regular video (isAudioOnly)",
|
||||||
"url": "https://streamable.com/03r3c2",
|
"url": "https://streamable.com/p7blpp",
|
||||||
"params": {
|
"params": {
|
||||||
"isAudioOnly": true
|
"isAudioOnly": true
|
||||||
},
|
},
|
||||||
@ -973,7 +973,7 @@
|
|||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
"name": "regular video (isAudioMuted)",
|
"name": "regular video (isAudioMuted)",
|
||||||
"url": "https://streamable.com/03r3c2",
|
"url": "https://streamable.com/p7blpp",
|
||||||
"params": {
|
"params": {
|
||||||
"isAudioMuted": true
|
"isAudioMuted": true
|
||||||
},
|
},
|
||||||
@ -1042,8 +1042,8 @@
|
|||||||
"url": "https://rutube.ru/video/b521653b4f71ece57b8ff54e57ca9b82/",
|
"url": "https://rutube.ru/video/b521653b4f71ece57b8ff54e57ca9b82/",
|
||||||
"params": {},
|
"params": {},
|
||||||
"expected": {
|
"expected": {
|
||||||
"code": 200,
|
"code": 400,
|
||||||
"status": "stream"
|
"status": "error"
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
"name": "vertical video",
|
"name": "vertical video",
|
||||||
@ -1055,7 +1055,7 @@
|
|||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
"name": "yappy",
|
"name": "yappy",
|
||||||
"url": "https://rutube.ru/yappy/f1771e86294748eea8ecb2ac88e55740/",
|
"url": "https://rutube.ru/yappy/a06b1bf53bce403b9a069107f23c47eb//",
|
||||||
"params": {},
|
"params": {},
|
||||||
"expected": {
|
"expected": {
|
||||||
"code": 200,
|
"code": 200,
|
||||||
|
Loading…
Reference in New Issue
Block a user