]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/api/check-params/video-playlists.ts
Add runner server tests
[github/Chocobozzz/PeerTube.git] / server / tests / api / check-params / video-playlists.ts
index 6cb34c8a15d71df17a9b7ee537f32d3610a0c2e2..8090897c11ee330e9034096485eeca5c9887376e 100644 (file)
@@ -239,7 +239,7 @@ describe('Test video playlists API validator', function () {
     })
 
     it('Should fail with an incorrect privacy', async function () {
-      const params = getBase({ privacy: 45 })
+      const params = getBase({ privacy: 45 as any })
 
       await command.create(params)
       await command.update(getUpdate(params, playlist.shortUUID))