aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/video-playlists.ts
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2019-12-29 02:10:17 +0100
committerRigel Kent <sendmemail@rigelk.eu>2019-12-29 02:10:17 +0100
commit9d45db2919862640ad550c5326fb21ddc08d6d59 (patch)
treecfc6780f1180cd40536e0cdd8ad4383675475f42 /server/tests/api/check-params/video-playlists.ts
parentc62a34d36bf498cb81c6611e58079535325b92d8 (diff)
downloadPeerTube-9d45db2919862640ad550c5326fb21ddc08d6d59.tar.gz
PeerTube-9d45db2919862640ad550c5326fb21ddc08d6d59.tar.zst
PeerTube-9d45db2919862640ad550c5326fb21ddc08d6d59.zip
Fix my-account{videos,video-playlists} loading mecanism
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 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