Skip to content

Commit 68c7379

Browse files
committed
tests/twitch: add test for m. subdomain
1 parent 048ce7b commit 68c7379

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

api/src/util/tests/twitch.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,14 @@
2929
"code": 200,
3030
"status": "tunnel"
3131
}
32+
},
33+
{
34+
"name": "clip (mobile subdomain)",
35+
"url": "https://m.twitch.tv/rtgame/clip/TubularInventiveSardineCorgiDerp-PM47mJQQ2vsL5B5G",
36+
"params": {},
37+
"expected": {
38+
"code": 200,
39+
"status": "redirect"
40+
}
3241
}
3342
]

0 commit comments

Comments
 (0)