From dcac3bc18978cfcfa48bc76d9527e14992b28f9e Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Tue, 2 Jul 2019 14:59:18 -0700 Subject: [PATCH] Add missing tags --- s3tests_boto3/functional/test_s3.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/s3tests_boto3/functional/test_s3.py b/s3tests_boto3/functional/test_s3.py index fb8f2b3..817218f 100644 --- a/s3tests_boto3/functional/test_s3.py +++ b/s3tests_boto3/functional/test_s3.py @@ -6308,6 +6308,7 @@ def test_object_copy_versioned_bucket(): @attr(method='put') @attr(operation='copy object to/from versioned bucket with url-encoded name') @attr(assertion='works') +@attr('versioning') def test_object_copy_versioned_url_encoding(): bucket = get_new_bucket_resource() check_configure_versioning_retry(bucket.name, "Enabled", "Enabled") @@ -7284,6 +7285,7 @@ def test_cors_header_option(): @attr(method='put') @attr(operation='put tags') @attr(assertion='succeeds') +@attr('tagging') def test_set_tagging(): bucket_name = get_new_bucket() client = get_client()