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 ac5cdc6 commit 099bd5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration_new/context_managers/box_retention_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ def __init__(
policy_name=name,
disposition_action=disposition_action,
retention_length=retention_length,
retention_type='modifiable',
can_owner_extend_retention=True
can_owner_extend_retention=True,
retention_type='modifiable'
)

def __enter__(self) -> RetentionPolicy:
Expand Down

0 comments on commit 099bd5b

Please sign in to comment.