api/tests/rutube: add a region locked video test

This commit is contained in:
wukko 2024-11-24 18:44:07 +06:00
parent 6039eae6a3
commit cdd349cfb6
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -86,5 +86,15 @@
"code": 200,
"status": "tunnel"
}
},
{
"name": "region locked video, should fail",
"canFail": true,
"url": "https://rutube.ru/video/e7ac82708cc22bd068a3bf6a7004d1b1/",
"params": {},
"expected": {
"code": 400,
"status": "error"
}
}
]