Do not add default domain records when we clear the db for testing

This commit is contained in:
Johannes Zellner
2018-01-26 18:32:01 +01:00
parent 3948cfc33b
commit 3135c227d7
3 changed files with 1 additions and 25 deletions

View File

@@ -104,8 +104,6 @@ function clear(callback) {
async.series([
child_process.exec.bind(null, cmd),
require('./clientdb.js')._addDefaultClients,
require('./domaindb.js')._addDefaultDomain,
require('./maildb.js')._addDefaultDomain,
require('./groupdb.js')._addDefaultGroups
], callback);
}