diff options
Diffstat (limited to 'server/tests/api/check-params')
-rw-r--r-- | server/tests/api/check-params/live.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/tests/api/check-params/live.ts b/server/tests/api/check-params/live.ts index d4a81c4f6..8d520da0d 100644 --- a/server/tests/api/check-params/live.ts +++ b/server/tests/api/check-params/live.ts | |||
@@ -341,7 +341,6 @@ describe('Test video lives API validator', function () { | |||
341 | 341 | ||
342 | describe('When getting live information', function () { | 342 | describe('When getting live information', function () { |
343 | 343 | ||
344 | |||
345 | it('Should fail with a bad access token', async function () { | 344 | it('Should fail with a bad access token', async function () { |
346 | await command.get({ token: 'toto', videoId: video.id, expectedStatus: HttpStatusCode.UNAUTHORIZED_401 }) | 345 | await command.get({ token: 'toto', videoId: video.id, expectedStatus: HttpStatusCode.UNAUTHORIZED_401 }) |
347 | }) | 346 | }) |