add mailboxDomain field to apps table

This commit is contained in:
Girish Ramakrishnan
2019-11-14 21:43:14 -08:00
parent 97333474c4
commit 5509406395
11 changed files with 83 additions and 54 deletions

View File

@@ -411,6 +411,7 @@ describe('database', function () {
enableBackup: true,
env: {},
mailboxName: 'talktome',
mailboxDomain: DOMAIN_0.domain,
enableAutomaticUpdate: true,
dataDir: null,
tags: [],
@@ -991,6 +992,7 @@ describe('database', function () {
'CUSTOM_KEY': 'CUSTOM_VALUE'
},
mailboxName: 'talktome',
mailboxDomain: DOMAIN_0.domain,
enableAutomaticUpdate: true,
dataDir: null,
tags: [],
@@ -1020,6 +1022,7 @@ describe('database', function () {
alternateDomains: [],
env: {},
mailboxName: 'callme',
mailboxDomain: DOMAIN_0.domain,
enableAutomaticUpdate: true,
dataDir: null,
tags: [],