diff options
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/check-params/video-playlists.ts | 2 |
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 ae5aa287f..df158f3b1 100644 --- a/server/tests/api/check-params/video-playlists.ts +++ b/server/tests/api/check-params/video-playlists.ts | |||
@@ -54,7 +54,7 @@ describe('Test video playlists API validator', function () { | |||
54 | videoId2 = (await uploadVideoAndGetId({ server, videoName: 'video 2' })).id | 54 | videoId2 = (await uploadVideoAndGetId({ server, videoName: 'video 2' })).id |
55 | 55 | ||
56 | { | 56 | { |
57 | const res = await getAccountPlaylistsListWithToken(server.url, server.accessToken, 'root',0, 5, VideoPlaylistType.WATCH_LATER) | 57 | const res = await getAccountPlaylistsListWithToken(server.url, server.accessToken, 'root', 0, 5, VideoPlaylistType.WATCH_LATER) |
58 | watchLaterPlaylistId = res.body.data[0].id | 58 | watchLaterPlaylistId = res.body.data[0].id |
59 | } | 59 | } |
60 | 60 | ||