From aeb9249d4f37e444cb1e126ecd8570e7267e5a81 Mon Sep 17 00:00:00 2001 From: ihatespawn <168680471+ihatespawn@users.noreply.github.com> Date: Mon, 8 Jul 2024 12:21:10 +0200 Subject: [PATCH] fix tests --- src/util/tests.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/util/tests.json b/src/util/tests.json index 982d99cb..fc8c769e 100644 --- a/src/util/tests.json +++ b/src/util/tests.json @@ -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,