aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/live.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-04-22 10:54:05 +0200
committerChocobozzz <me@florianbigard.com>2022-04-22 10:54:05 +0200
commit5d9b867ed30cbd40025d9c1223caff43c3cd0d82 (patch)
treea767981ff97eb476ce323309cc7ecb57545385e2 /server/tests/api/check-params/live.ts
parent961cbe4269e5f34639e29310fb3d90a6cb1bd6bc (diff)
downloadPeerTube-5d9b867ed30cbd40025d9c1223caff43c3cd0d82.tar.gz
PeerTube-5d9b867ed30cbd40025d9c1223caff43c3cd0d82.tar.zst
PeerTube-5d9b867ed30cbd40025d9c1223caff43c3cd0d82.zip
Fix lint
Diffstat (limited to 'server/tests/api/check-params/live.ts')
-rw-r--r--server/tests/api/check-params/live.ts1
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 })