From e2f01234188c67567cdfd5bb4bc0e84139d057e6 Mon Sep 17 00:00:00 2001 From: wukko Date: Sun, 24 Nov 2024 19:26:59 +0600 Subject: [PATCH] api/tests/tiktok: add an age restricted video test --- api/src/util/tests/tiktok.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/api/src/util/tests/tiktok.json b/api/src/util/tests/tiktok.json index d23c0acc..c8dbce8c 100644 --- a/api/src/util/tests/tiktok.json +++ b/api/src/util/tests/tiktok.json @@ -34,5 +34,14 @@ "code": 400, "status": "error" } + }, + { + "name": "age restricted video", + "url": "https://www.tiktok.com/@.kyle.films/video/7415757181145877793", + "params": {}, + "expected": { + "code": 400, + "status": "error" + } } ] \ No newline at end of file