From 6bd75be1d6176dc2b237500c484511c2693b538f Mon Sep 17 00:00:00 2001 From: Matt Benjamin Date: Fri, 11 Sep 2020 13:52:29 -0400 Subject: [PATCH] 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 --- s3tests_boto3/functional/test_s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s3tests_boto3/functional/test_s3.py b/s3tests_boto3/functional/test_s3.py index a01694b..a17cf88 100644 --- a/s3tests_boto3/functional/test_s3.py +++ b/s3tests_boto3/functional/test_s3.py @@ -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()