Skip to content

Commit 099bd5b

Browse files
committed
fix: Fix integration test
1 parent ac5cdc6 commit 099bd5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/integration_new/context_managers/box_retention_policy.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ def __init__(
2626
policy_name=name,
2727
disposition_action=disposition_action,
2828
retention_length=retention_length,
29-
retention_type='modifiable',
30-
can_owner_extend_retention=True
29+
can_owner_extend_retention=True,
30+
retention_type='modifiable'
3131
)
3232

3333
def __enter__(self) -> RetentionPolicy:

0 commit comments

Comments
 (0)