Fix tests
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user