add backupConfig in test

This commit is contained in:
Girish Ramakrishnan
2015-11-09 21:08:23 -08:00
parent 10c876ac75
commit 6b30d65e05

View File

@@ -156,6 +156,7 @@ function setup(done) {
},
settings.setDnsConfig.bind(null, { provider: 'route53', accessKeyId: 'accessKeyId', secretAccessKey: 'secretAccessKey', endpoint: 'http://localhost:5353' }),
settings.setBackupConfig.bind(null, { provider: 'caas', token: 'BACKUP_TOKEN', bucket: 'Bucket', prefix: 'Prefix' })
], done);
}