key must atleast be 8 chars

part of #579
This commit is contained in:
Girish Ramakrishnan
2020-05-11 12:01:20 -07:00
parent 991c1a0137
commit 15d0275045
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ describe('backups', function () {
database._clear,
settings.setBackupConfig.bind(null, {
provider: 'filesystem',
key: 'enckey',
key: 'secretenckey',
backupFolder: BACKUP_DIR,
retentionSecs: 1,
format: 'tgz'