From 9d45db2919862640ad550c5326fb21ddc08d6d59 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Sun, 29 Dec 2019 02:10:17 +0100 Subject: Fix my-account{videos,video-playlists} loading mecanism --- server/tests/api/check-params/video-playlists.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server') 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 () { videoId2 = (await uploadVideoAndGetId({ server, videoName: 'video 2' })).id { - const res = await getAccountPlaylistsListWithToken(server.url, server.accessToken, 'root',0, 5, VideoPlaylistType.WATCH_LATER) + const res = await getAccountPlaylistsListWithToken(server.url, server.accessToken, 'root', 0, 5, VideoPlaylistType.WATCH_LATER) watchLaterPlaylistId = res.body.data[0].id } -- cgit v1.2.3