Fix tests

This commit is contained in:
Girish Ramakrishnan
2025-10-13 09:45:29 +02:00
parent 45d68c4da8
commit e349193745
2 changed files with 55 additions and 1 deletions
+2 -1
View File
@@ -33,7 +33,8 @@ describe('Storage', function () {
const gBackupConfig = {
key: 'key',
backupDir: null,
prefix: 'someprefix'
prefix: 'someprefix',
_provider: 'filesystem' // need this internal variable since we call the backend logic directly for testing
};
let defaultBackupSite;