mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-24 19:30:38 +00:00
fix broken test
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
parent
953f2b4625
commit
9a2e9bbd02
1 changed files with 1 additions and 1 deletions
|
@ -5038,7 +5038,7 @@ def test_object_copy_versioning_multipart_upload():
|
|||
eq(got, data)
|
||||
|
||||
# copy from a non versioned bucket
|
||||
key6 = bucket.copy_key('dstmultipart5', bucket3.name, key5.name)
|
||||
key6 = bucket3.copy_key('dstmultipart5', bucket3.name, key5.name)
|
||||
key6 = bucket3.get_key(key6.name)
|
||||
eq(key6.metadata['foo'], 'bar')
|
||||
eq(key6.content_type, content_type)
|
||||
|
|
Loading…
Reference in a new issue