diff --git a/src/test/updatechecker-test.js b/src/test/updatechecker-test.js index 35a862320..831fee054 100644 --- a/src/test/updatechecker-test.js +++ b/src/test/updatechecker-test.js @@ -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);