Make tests work

This commit is contained in:
Girish Ramakrishnan
2017-09-27 10:25:36 -07:00
parent 8d3fbc5432
commit e39329218d
8 changed files with 63 additions and 27 deletions

View File

@@ -25,7 +25,8 @@ describe('backups', function () {
provider: 'filesystem',
key: 'enckey',
backupFolder: '/var/backups',
retentionSecs: 1
retentionSecs: 1,
format: 'tgz'
})
], done);
});