From faeb96848bd8d90bce0565011bc5a6979c11b50c Mon Sep 17 00:00:00 2001 From: ihatespawn <168680471+ihatespawn@users.noreply.github.com> Date: Wed, 24 Jul 2024 19:46:29 +0200 Subject: [PATCH] tests: add mature video vimeo test (#628) --- src/util/tests.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/util/tests.json b/src/util/tests.json index 39ca17e1..ac65bf0b 100644 --- a/src/util/tests.json +++ b/src/util/tests.json @@ -677,6 +677,14 @@ "code": 200, "status": "redirect" } + }, { + "name": "mature video", + "url": "https://vimeo.com/973212054", + "params": {}, + "expected": { + "code": 200, + "status": "redirect" + } }], "reddit": [{ "name": "video with audio",