Merge pull request #288 from gaul/missing-tags

Add missing tags
This commit is contained in:
Ali Maredia 2019-07-15 14:26:56 -04:00 committed by GitHub
commit 023ffb9fbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6310,6 +6310,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")
@ -7286,6 +7287,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()