Skip to content

Commit

Permalink
fix: Fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
congminh1254 committed Feb 15, 2024
1 parent 94dcbcd commit ac5cdc6
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -26,7 +26,8 @@ def __init__(
policy_name=name,
disposition_action=disposition_action,
retention_length=retention_length,
retention_type='modifiable'
retention_type='modifiable',
can_owner_extend_retention=True
)

def __enter__(self) -> RetentionPolicy:
Expand Down

0 comments on commit ac5cdc6

Please sign in to comment.