Skip to content

Commit

Permalink
test: Fix retention policy test (#875)
Browse files Browse the repository at this point in the history
* Update package-lock

* fix: Fix retention policy test
  • Loading branch information
congminh1254 authored Feb 14, 2024
1 parent 55a8a0b commit 5d83487
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const createBoxTestRetentionPolicy = async(appClient, policyName = null) => {
{
retention_length: 1,
retention_type: 'modifiable',
can_owner_extend_retention: true,
},
);

Expand Down

0 comments on commit 5d83487

Please sign in to comment.