Fix live quota tests

pull/5817/head
Chocobozzz 2023-05-22 16:23:28 +02:00
parent cb0eda5602
commit 57c318653e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ describe('Test live constraints', function () {
await wait(500)
quotaUser = await servers[0].users.getMyQuotaUsed({ token: userAccessToken })
} while (quotaUser.videoQuotaUsed < baseQuota.videoQuotaUsed)
} while (quotaUser.videoQuotaUsed <= baseQuota.videoQuotaUsed)
const { data } = await servers[0].users.list()
const quotaAdmin = data.find(u => u.username === 'user1')