forked from TrueCloudLab/s3-tests
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(assertion='succeeds')
|
||||
@attr('tagging')
|
||||
def test_set_tagging():
|
||||
def test_set_bucket_tagging():
|
||||
bucket_name = get_new_bucket()
|
||||
client = get_client()
|
||||
|
||||
|
|
Loading…
Reference in a new issue