Make it compile at least

This commit is contained in:
Chocobozzz
2017-11-10 17:27:49 +01:00
parent 38fa206583
commit 571389d43b
53 changed files with 342 additions and 1256 deletions

View File

@@ -65,7 +65,7 @@ describe('Test a video channels', function () {
})
it('Should have two video channels when getting author channels', async () => {
const res = await getAuthorVideoChannelsList(server.url, userInfo.author.uuid)
const res = await getAuthorVideoChannelsList(server.url, userInfo.account.uuid)
expect(res.body.total).to.equal(2)
expect(res.body.data).to.be.an('array')