mirror of
https://github.com/wukko/cobalt.git
synced 2025-06-13 05:37:44 +02:00
api/tests/tiktok: add an age restricted video test
This commit is contained in:
@ -34,5 +34,14 @@
|
|||||||
"code": 400,
|
"code": 400,
|
||||||
"status": "error"
|
"status": "error"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "age restricted video",
|
||||||
|
"url": "https://www.tiktok.com/@.kyle.films/video/7415757181145877793",
|
||||||
|
"params": {},
|
||||||
|
"expected": {
|
||||||
|
"code": 400,
|
||||||
|
"status": "error"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
Reference in New Issue
Block a user