tests/twitch: add test for m. subdomain

This commit is contained in:
tfurci 2025-08-10 13:10:15 +02:00
parent 048ce7bc8b
commit 68c7379de3

View File

@ -29,5 +29,14 @@
"code": 200, "code": 200,
"status": "tunnel" "status": "tunnel"
} }
},
{
"name": "clip (mobile subdomain)",
"url": "https://m.twitch.tv/rtgame/clip/TubularInventiveSardineCorgiDerp-PM47mJQQ2vsL5B5G",
"params": {},
"expected": {
"code": 200,
"status": "redirect"
}
} }
] ]