From 285b676f3e32d2ed918ce0f823ae809b6d09638c Mon Sep 17 00:00:00 2001 From: ihatespawn <168680471+ihatespawn@users.noreply.github.com> Date: Tue, 9 Jul 2024 14:39:12 +0200 Subject: [PATCH] tests: change streamable link --- src/util/tests.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/util/tests.json b/src/util/tests.json index cb57ec3c..12813095 100644 --- a/src/util/tests.json +++ b/src/util/tests.json @@ -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 },