Fix tests
mailboxDomain can be null (even though install/clone currently always allocate one)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user