api/tests/tiktok: add an age restricted video test

This commit is contained in:
wukko 2024-11-24 19:26:59 +06:00
parent a1fa79f2f5
commit e2f0123418
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -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"
}
}
]