From 4f83d95921e4b22ed28946b2b4643c4751d1c510 Mon Sep 17 00:00:00 2001 From: ihatespawn <168680471+ihatespawn@users.noreply.github.com> Date: Thu, 11 Jul 2024 00:09:13 +0200 Subject: [PATCH] tests: add mature video vimeo test --- src/util/tests.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/util/tests.json b/src/util/tests.json index 39ca17e1..5b7d204f 100644 --- a/src/util/tests.json +++ b/src/util/tests.json @@ -676,6 +676,13 @@ "expected": { "code": 200, "status": "redirect" + }, { + "name": "mature video", + "url": "https://vimeo.com/973212054", + "params": {}, + "expected": { + "code": 200, + "status": "redirect" } }], "reddit": [{