Fix tests

mailboxDomain can be null (even though install/clone currently always
allocate one)
This commit is contained in:
Girish Ramakrishnan
2019-11-19 17:36:05 -08:00
parent 9acf49a99e
commit f919570cea
4 changed files with 5 additions and 5 deletions

View File

@@ -75,7 +75,8 @@ var APP_0 = {
health: null,
accessRestriction: null,
memoryLimit: 4294967296,
mailboxName: 'some-location-0.app'
mailboxName: 'some-location-0.app',
mailboxDomain: DOMAIN_0.domain
};
function setup(done) {