tests: fix storage test
This commit is contained in:
+1
-1
@@ -84,7 +84,7 @@ async function upload(apiConfig, backupFilePath) {
|
||||
.createWriteStream({ resumable: false });
|
||||
|
||||
return {
|
||||
uploadStream,
|
||||
stream: uploadStream,
|
||||
async finish() {}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user