tests: change streamable link

This commit is contained in:
ihatespawn 2024-07-09 14:39:12 +02:00 committed by GitHub
parent fa830a4637
commit 285b676f3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -947,7 +947,7 @@
}],
"streamable": [{
"name": "regular video",
"url": "https://streamable.com/p7blpp",
"url": "https://streamable.com/p9cln4",
"params": {},
"expected": {
"code": 200,
@ -963,7 +963,7 @@
}
}, {
"name": "regular video (isAudioOnly)",
"url": "https://streamable.com/p7blpp",
"url": "https://streamable.com/p9cln4",
"params": {
"isAudioOnly": true
},
@ -973,7 +973,7 @@
}
}, {
"name": "regular video (isAudioMuted)",
"url": "https://streamable.com/p7blpp",
"url": "https://streamable.com/p9cln4",
"params": {
"isAudioMuted": true
},