mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Make it compile at least
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user