Skip to content

Commit

Permalink
Add integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
congminh1254 committed Dec 22, 2022
1 parent c6c8559 commit 04d0fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boxsdk/object/trash.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ def get_items(
additional_params = {}
if limit is not None:
additional_params['limit'] = limit
if not direction:
if direction:
additional_params['direction'] = direction
if not sort:
if sort:
additional_params['sort'] = sort

if use_marker:
Expand Down

0 comments on commit 04d0fb9

Please sign in to comment.