forked from TrueCloudLab/s3-tests
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)
|
||||
@attr('fails_on_rgw')
|
||||
def test_acl_create_contentlength_none():
|
||||
def test_object_acl_create_contentlength_none():
|
||||
bucket = get_new_bucket()
|
||||
key = bucket.new_key('foo')
|
||||
key.set_contents_from_string('blah')
|
||||
|
|
Loading…
Reference in a new issue