Fix subscriptions tests
This commit is contained in:
parent
a6f01388c3
commit
c25e8ce505
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ describe('Test users subscriptions', function () {
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
const res = await listUserSubscriptions(servers[0].url, users[0].accessToken)
|
const res = await listUserSubscriptions(servers[0].url, users[0].accessToken, 'createdAt')
|
||||||
expect(res.body.total).to.equal(2)
|
expect(res.body.total).to.equal(2)
|
||||||
|
|
||||||
const subscriptions: VideoChannel[] = res.body.data
|
const subscriptions: VideoChannel[] = res.body.data
|
||||||
|
|
Loading…
Reference in a new issue