From 316a814b59375f220563fff3a5bec871ae46fb3a Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Thu, 8 Sep 2016 17:54:18 -0700 Subject: [PATCH] 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 --- s3tests/functional/test_s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.3