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 4b17ce7db..8db91a3f9 100644
--- a/server/tests/api/check-params/video-playlists.ts
+++ b/server/tests/api/check-params/video-playlists.ts
@@ -209,7 +209,7 @@ describe('Test video playlists API validator', function () {
209 } 209 }
210 } 210 }
211 const getUpdate = (params: any, playlistId: number | string) => { 211 const getUpdate = (params: any, playlistId: number | string) => {
212 return { ...params, playlistId: playlistId } 212 return { ...params, playlistId }
213 } 213 }
214 214
215 it('Should fail with an unauthenticated user', async function () { 215 it('Should fail with an unauthenticated user', async function () {