Skip to content

Commit 379711f

Browse files
ebozdumankannappanr
authored andcommitted
Adds missing tests and fixes tests with problems (#609)
1 parent 2bf812f commit 379711f

File tree

2 files changed

+1091
-81
lines changed

2 files changed

+1091
-81
lines changed

minio/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,6 @@ def remove_incomplete_upload(self, bucket_name, object_name):
12121212
if object_name == upload.object_name:
12131213
self._remove_incomplete_upload(bucket_name, object_name,
12141214
upload.upload_id)
1215-
return
12161215

12171216
def presigned_url(self, method,
12181217
bucket_name,

0 commit comments

Comments
 (0)