Fix storage tests for filesystem and s3

This commit is contained in:
Johannes Zellner
2017-04-21 17:21:10 +02:00
parent cc8f8b2339
commit 8fb1bc29d1
3 changed files with 67 additions and 64 deletions

View File

@@ -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);