diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-29 02:10:17 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2019-12-29 02:10:17 +0100 |
commit | 9d45db2919862640ad550c5326fb21ddc08d6d59 (patch) | |
tree | cfc6780f1180cd40536e0cdd8ad4383675475f42 /server/tests/api | |
parent | c62a34d36bf498cb81c6611e58079535325b92d8 (diff) | |
download | PeerTube-9d45db2919862640ad550c5326fb21ddc08d6d59.tar.gz PeerTube-9d45db2919862640ad550c5326fb21ddc08d6d59.tar.zst PeerTube-9d45db2919862640ad550c5326fb21ddc08d6d59.zip |
Fix my-account{videos,video-playlists} loading mecanism
Diffstat (limited to 'server/tests/api')
-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 | ||