From: Tim Burke Date: Fri, 9 Sep 2016 00:54:18 +0000 (-0700) Subject: Complete multi-part upload during dry-run X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=316a814b59375f220563fff3a5bec871ae46fb3a;p=s3-tests.git Complete multi-part upload during dry-run While it may be valuable to verify that deleting a non-existent key is OK, that doesn't seem to be the point of this test. Signed-off-by: Tim Burke --- diff --git a/s3tests/functional/test_s3.py b/s3tests/functional/test_s3.py index cc7d7e56..0cf7b23d 100644 --- a/s3tests/functional/test_s3.py +++ b/s3tests/functional/test_s3.py @@ -5922,7 +5922,7 @@ def test_multipart_resend_first_finishes_last(): lambda: counter.inc() ) mp.upload_part_from_file(fp_dryrun, 1) - mp.complete_upload + mp.complete_upload() bucket.delete_key(key_name)