Set mail location for tests to work
This commit is contained in:
@@ -220,6 +220,7 @@ async function domainSetup() {
|
||||
nock.cleanAll();
|
||||
|
||||
await databaseSetup();
|
||||
await settings.setMailLocation(domain.domain, `${constants.DASHBOARD_SUBDOMAIN}.${domain.domain}`); // default mail location. do this before we add the domain for upserting mail DNS
|
||||
await domains.add(domain.domain, domain, auditSource);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user