Fixup more tests
This commit is contained in:
@@ -591,7 +591,7 @@ describe('Users API', function () {
|
||||
|
||||
it('add mailbox succeeds as mail manager', async function () {
|
||||
const response = await superagent.post(`${serverUrl}/api/v1/mail/${dashboardDomain}/mailboxes`)
|
||||
.send({ name: 'support', ownerId: owner.id, ownerType: 'user', active: true })
|
||||
.send({ name: 'support', ownerId: owner.id, ownerType: 'user', active: true, storageQuota: 0, messagesQuota: 0 })
|
||||
.query({ access_token: user.token });
|
||||
|
||||
expect(response.statusCode).to.equal(201);
|
||||
|
||||
Reference in New Issue
Block a user