diff options
Diffstat (limited to 'server/tests/api/check-params')
-rw-r--r-- | server/tests/api/check-params/live.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/server/tests/api/check-params/live.ts b/server/tests/api/check-params/live.ts index 8d520da0d..bbd331657 100644 --- a/server/tests/api/check-params/live.ts +++ b/server/tests/api/check-params/live.ts | |||
@@ -414,12 +414,6 @@ describe('Test video lives API validator', function () { | |||
414 | await command.update({ videoId: videoIdNotLive, fields: {}, expectedStatus: HttpStatusCode.NOT_FOUND_404 }) | 414 | await command.update({ videoId: videoIdNotLive, fields: {}, expectedStatus: HttpStatusCode.NOT_FOUND_404 }) |
415 | }) | 415 | }) |
416 | 416 | ||
417 | it('Should fail with save replay and permanent live set to true', async function () { | ||
418 | const fields = { saveReplay: true, permanentLive: true } | ||
419 | |||
420 | await command.update({ videoId: video.id, fields, expectedStatus: HttpStatusCode.BAD_REQUEST_400 }) | ||
421 | }) | ||
422 | |||
423 | it('Should fail with bad latency setting', async function () { | 417 | it('Should fail with bad latency setting', async function () { |
424 | const fields = { latencyMode: 42 } | 418 | const fields = { latencyMode: 42 } |
425 | 419 | ||