mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 09:28:29 +00:00
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
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:
parent
8feaf5c636
commit
900c6f27ca
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user