From 68c7379de34eacba62e5b7b2694a3fc66db6945f Mon Sep 17 00:00:00 2001 From: tfurci <48729601+tfourj@users.noreply.github.com> Date: Sun, 10 Aug 2025 13:10:15 +0200 Subject: [PATCH] tests/twitch: add test for m. subdomain --- api/src/util/tests/twitch.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/api/src/util/tests/twitch.json b/api/src/util/tests/twitch.json index fd6b84af..eda23cb3 100644 --- a/api/src/util/tests/twitch.json +++ b/api/src/util/tests/twitch.json @@ -29,5 +29,14 @@ "code": 200, "status": "tunnel" } + }, + { + "name": "clip (mobile subdomain)", + "url": "https://m.twitch.tv/rtgame/clip/TubularInventiveSardineCorgiDerp-PM47mJQQ2vsL5B5G", + "params": {}, + "expected": { + "code": 200, + "status": "redirect" + } } ] \ No newline at end of file