Fix another test

This commit is contained in:
Girish Ramakrishnan
2018-11-10 01:28:59 -08:00
parent 953b55439c
commit eddcc6fe27
4 changed files with 9 additions and 8 deletions

View File

@@ -298,6 +298,7 @@ function restore(backupConfig, backupId, version, autoconf, auditSource, callbac
async.series([
backups.restore.bind(null, backupConfig, backupId),
eventlog.add.bind(null, eventlog.ACTION_RESTORE, auditSource, { backupId }),
autoprovision.bind(null, autoconf),
// currently, our suggested restore flow is after a dnsSetup. The dnSetup creates DKIM keys and updates the DNS
// for this reason, we have to re-setup DNS after a restore so it has DKIm from the backup