forked from TrueCloudLab/s3-tests
lifecycle: expiration header checks do not require @lifecycle_expiration tag
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
This commit is contained in:
parent
817e67d92e
commit
ec4cf0de2b
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue