Fix tests

This commit is contained in:
Girish Ramakrishnan
2017-09-19 12:43:13 -07:00
parent 4892473eff
commit a3293c4c35
2 changed files with 3 additions and 3 deletions
+1
View File
@@ -24,6 +24,7 @@ describe('backups', function () {
settings.setBackupConfig.bind(null, {
provider: 'filesystem',
key: 'enckey',
backupFolder: '/var/backups',
retentionSecs: 1
})
], done);