api/tests/vimeo: allow mature video tests to fail
Some checks are pending
CodeQL / Analyze (${{ matrix.language }}) (none, javascript-typescript) (push) Waiting to run
Run service tests / test service functionality (push) Waiting to run
Run service tests / test service: ${{ matrix.service }} (push) Blocked by required conditions
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run

This commit is contained in:
wukko 2025-06-27 21:47:21 +06:00
parent 8feaf5c636
commit 900c6f27ca
No known key found for this signature in database
GPG Key ID: 3E30B3F26C7B4AA2

View File

@ -47,6 +47,7 @@
"name": "private video", "name": "private video",
"url": "https://vimeo.com/903115595/f14d06da38", "url": "https://vimeo.com/903115595/f14d06da38",
"params": {}, "params": {},
"canFail": true,
"expected": { "expected": {
"code": 200, "code": 200,
"status": "redirect" "status": "redirect"
@ -56,6 +57,7 @@
"name": "mature video", "name": "mature video",
"url": "https://vimeo.com/973212054", "url": "https://vimeo.com/973212054",
"params": {}, "params": {},
"canFail": true,
"expected": { "expected": {
"code": 200, "code": 200,
"status": "redirect" "status": "redirect"