From 2a61489e4c7f1c273d83687413c6eb37e1cb343b Mon Sep 17 00:00:00 2001 From: niksis02 Date: Wed, 11 Dec 2024 00:33:45 +0400 Subject: [PATCH] fix: Uncommentes two WORM protection integration tests that were accidentally commented out. --- tests/integration/group-tests.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/group-tests.go b/tests/integration/group-tests.go index 259c045a..bdbc5459 100644 --- a/tests/integration/group-tests.go +++ b/tests/integration/group-tests.go @@ -447,8 +447,8 @@ func TestGetObjectLegalHold(s *S3Conf) { func TestWORMProtection(s *S3Conf) { WORMProtection_bucket_object_lock_configuration_compliance_mode(s) WORMProtection_bucket_object_lock_configuration_governance_mode(s) - // WORMProtection_bucket_object_lock_governance_bypass_delete(s) - // WORMProtection_bucket_object_lock_governance_bypass_delete_multiple + WORMProtection_bucket_object_lock_governance_bypass_delete(s) + WORMProtection_bucket_object_lock_governance_bypass_delete_multiple(s) WORMProtection_object_lock_retention_compliance_locked(s) WORMProtection_object_lock_retention_governance_locked(s) WORMProtection_object_lock_retention_governance_bypass_overwrite(s)