From 975e6e0e44e2f2b25f804cd48a62e2a8d9e8117a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 17 Nov 2017 12:05:59 +0100 Subject: Fix video full description --- server/tests/api/video-channels.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'server/tests/api/video-channels.ts') diff --git a/server/tests/api/video-channels.ts b/server/tests/api/video-channels.ts index b851d7185..de1807ef2 100644 --- a/server/tests/api/video-channels.ts +++ b/server/tests/api/video-channels.ts @@ -13,7 +13,7 @@ import { getMyUserInformation, getVideoChannelsList, addVideoChannel, - getAuthorVideoChannelsList, + getAccountVideoChannelsList, updateVideoChannel, deleteVideoChannel, getVideoChannel @@ -64,8 +64,8 @@ describe('Test a video channels', function () { expect(videoChannels[1].description).to.equal('super video channel description') }) - it('Should have two video channels when getting author channels', async () => { - const res = await getAuthorVideoChannelsList(server.url, userInfo.account.uuid) + it('Should have two video channels when getting account channels', async () => { + const res = await getAccountVideoChannelsList(server.url, userInfo.account.uuid) expect(res.body.total).to.equal(2) expect(res.body.data).to.be.an('array') -- cgit v1.2.3