diff options
Diffstat (limited to 'server/tests/api/video-channels.ts')
-rw-r--r-- | server/tests/api/video-channels.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/video-channels.ts b/server/tests/api/video-channels.ts index 601b527ef..b851d7185 100644 --- a/server/tests/api/video-channels.ts +++ b/server/tests/api/video-channels.ts | |||
@@ -65,7 +65,7 @@ describe('Test a video channels', function () { | |||
65 | }) | 65 | }) |
66 | 66 | ||
67 | it('Should have two video channels when getting author channels', async () => { | 67 | it('Should have two video channels when getting author channels', async () => { |
68 | const res = await getAuthorVideoChannelsList(server.url, userInfo.author.uuid) | 68 | const res = await getAuthorVideoChannelsList(server.url, userInfo.account.uuid) |
69 | 69 | ||
70 | expect(res.body.total).to.equal(2) | 70 | expect(res.body.total).to.equal(2) |
71 | expect(res.body.data).to.be.an('array') | 71 | expect(res.body.data).to.be.an('array') |