mailer.start() is gone remove from test

This commit is contained in:
Johannes Zellner
2017-11-25 00:47:00 +01:00
parent ba49c1e30c
commit 61a7f1a126

View File

@@ -172,7 +172,6 @@ describe('updatechecker - box - automatic (no email)', function () {
database.initialize,
settings.initialize,
mailer._clearMailQueue,
mailer.start,
user.createOwner.bind(null, USER_0.username, USER_0.password, USER_0.email, USER_0.displayName, AUDIT_SOURCE),
settingsdb.set.bind(null, settings.APPSTORE_CONFIG_KEY, JSON.stringify({ userId: 'uid', cloudronId: 'cid', token: 'token' }))
], done);