From f3f10823d9f6d4bdc2879252f7b909382210a814 Mon Sep 17 00:00:00 2001 From: hyperdefined Date: Tue, 6 Aug 2024 01:54:34 -0400 Subject: [PATCH] tests: swap streamable video previous video seems to be deleted? --- 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 ab6a1e6a..e6e777aa 100644 --- a/src/util/tests.json +++ b/src/util/tests.json @@ -971,7 +971,7 @@ }], "streamable": [{ "name": "regular video", - "url": "https://streamable.com/p9cln4", + "url": "https://streamable.com/rsmo56", "params": {}, "expected": { "code": 200, @@ -987,7 +987,7 @@ } }, { "name": "regular video (isAudioOnly)", - "url": "https://streamable.com/p9cln4", + "url": "https://streamable.com/rsmo56", "params": { "isAudioOnly": true }, @@ -997,7 +997,7 @@ } }, { "name": "regular video (isAudioMuted)", - "url": "https://streamable.com/p9cln4", + "url": "https://streamable.com/rsmo56", "params": { "isAudioMuted": true },