mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-25 03:47:22 +00:00
Rename object acl test
This commit is contained in:
parent
dc732021d6
commit
377e968120
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ def test_bucket_create_contentlength_none():
|
||||||
|
|
||||||
@nose.with_setup(teardown=_clear_custom_headers)
|
@nose.with_setup(teardown=_clear_custom_headers)
|
||||||
@attr('fails_on_rgw')
|
@attr('fails_on_rgw')
|
||||||
def test_acl_create_contentlength_none():
|
def test_object_acl_create_contentlength_none():
|
||||||
bucket = get_new_bucket()
|
bucket = get_new_bucket()
|
||||||
key = bucket.new_key('foo')
|
key = bucket.new_key('foo')
|
||||||
key.set_contents_from_string('blah')
|
key.set_contents_from_string('blah')
|
||||||
|
|
Loading…
Reference in a new issue