Fix storage tests for filesystem and s3
This commit is contained in:
@@ -185,7 +185,7 @@ function restore(apiConfig, backupId, destination, callback) {
|
||||
|
||||
extract.on('finish', function () {
|
||||
debug('[%s] restore: done.', backupId);
|
||||
callback();
|
||||
callback(null);
|
||||
});
|
||||
|
||||
s3get.pipe(decrypt).pipe(gunzip).pipe(extract);
|
||||
|
||||
Reference in New Issue
Block a user