From ec4cf0de2bebf51975e6bbc827198c1d4acdf050 Mon Sep 17 00:00:00 2001 From: Matt Benjamin Date: Fri, 19 Jul 2019 09:19:14 -0400 Subject: [PATCH] lifecycle: expiration header checks do not require @lifecycle_expiration tag Signed-off-by: Matt Benjamin --- s3tests_boto3/functional/test_s3.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/s3tests_boto3/functional/test_s3.py b/s3tests_boto3/functional/test_s3.py index c5259df..45d8d0e 100644 --- a/s3tests_boto3/functional/test_s3.py +++ b/s3tests_boto3/functional/test_s3.py @@ -8945,7 +8945,6 @@ def check_lifecycle_expiration_header(response, start_time, rule_id, @attr(method='put') @attr(operation='test lifecycle expiration header put') @attr('lifecycle') -@attr('lifecycle_expiration') def test_lifecycle_expiration_header_put(): """ Check for valid x-amz-expiration header after PUT @@ -8962,7 +8961,6 @@ def test_lifecycle_expiration_header_put(): @attr(method='head') @attr(operation='test lifecycle expiration header head') @attr('lifecycle') -@attr('lifecycle_expiration') def test_lifecycle_expiration_header_head(): """ Check for valid x-amz-expiration header on HEAD request