tests: fix storage test

This commit is contained in:
Girish Ramakrishnan
2024-07-08 22:29:45 +02:00
parent baf598099f
commit ad4e0ba9aa
4 changed files with 76 additions and 78 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ async function upload(apiConfig, backupFilePath) {
.createWriteStream({ resumable: false });
return {
uploadStream,
stream: uploadStream,
async finish() {}
};
}