mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-21 23:29:47 +00:00
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:
parent
64020ce81c
commit
316a814b59
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue