Fix more usages of backup.intervalSecs
This commit is contained in:
@@ -411,7 +411,8 @@ describe('backups', function () {
|
||||
provider: 'filesystem',
|
||||
backupFolder: path.join(os.tmpdir(), 'backups-test-filesystem'),
|
||||
format: 'tgz',
|
||||
retentionPolicy: { keepWithinSecs: 10000 }
|
||||
retentionPolicy: { keepWithinSecs: 10000 },
|
||||
schedulePattern: '00 00 23 * * *'
|
||||
};
|
||||
|
||||
before(function (done) {
|
||||
|
||||
Reference in New Issue
Block a user