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 <tim.burke@gmail.com>
This commit is contained in:
Tim Burke 2016-09-08 17:54:18 -07:00
parent 64020ce81c
commit 316a814b59

View file

@ -5922,7 +5922,7 @@ def test_multipart_resend_first_finishes_last():
lambda: counter.inc() lambda: counter.inc()
) )
mp.upload_part_from_file(fp_dryrun, 1) mp.upload_part_from_file(fp_dryrun, 1)
mp.complete_upload mp.complete_upload()
bucket.delete_key(key_name) bucket.delete_key(key_name)