mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-22 09:29:43 +00:00
s/test_set_tagging/test_set_bucket_tagging/;
The test exercises bucket tagging, has nothing to do with object tagging (clarity). Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
This commit is contained in:
parent
61804bcf91
commit
6bd75be1d6
1 changed files with 1 additions and 1 deletions
|
@ -7441,7 +7441,7 @@ def test_cors_header_option():
|
||||||
@attr(operation='put tags')
|
@attr(operation='put tags')
|
||||||
@attr(assertion='succeeds')
|
@attr(assertion='succeeds')
|
||||||
@attr('tagging')
|
@attr('tagging')
|
||||||
def test_set_tagging():
|
def test_set_bucket_tagging():
|
||||||
bucket_name = get_new_bucket()
|
bucket_name = get_new_bucket()
|
||||||
client = get_client()
|
client = get_client()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue