Skip to content

Commit

Permalink
Adds missing tests and fixes tests with problems (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebozduman authored and kannappanr committed Jan 11, 2018
1 parent 2bf812f commit 379711f
Show file tree
Hide file tree
Showing 2 changed files with 1,091 additions and 81 deletions.
1 change: 0 additions & 1 deletion minio/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1212,7 +1212,6 @@ def remove_incomplete_upload(self, bucket_name, object_name):
if object_name == upload.object_name:
self._remove_incomplete_upload(bucket_name, object_name,
upload.upload_id)
return

def presigned_url(self, method,
bucket_name,
Expand Down

0 comments on commit 379711f

Please sign in to comment.