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:
Matt Benjamin 2020-09-11 13:52:29 -04:00
parent 61804bcf91
commit 6bd75be1d6

View file

@ -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()