aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/video-playlists.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/api/check-params/video-playlists.ts')
-rw-r--r--server/tests/api/check-params/video-playlists.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/video-playlists.ts b/server/tests/api/check-params/video-playlists.ts
index 6cb34c8a1..8090897c1 100644
--- a/server/tests/api/check-params/video-playlists.ts
+++ b/server/tests/api/check-params/video-playlists.ts
@@ -239,7 +239,7 @@ describe('Test video playlists API validator', function () {
239 }) 239 })
240 240
241 it('Should fail with an incorrect privacy', async function () { 241 it('Should fail with an incorrect privacy', async function () {
242 const params = getBase({ privacy: 45 }) 242 const params = getBase({ privacy: 45 as any })
243 243
244 await command.create(params) 244 await command.create(params)
245 await command.update(getUpdate(params, playlist.shortUUID)) 245 await command.update(getUpdate(params, playlist.shortUUID))