Skip to content

Commit

Permalink
fix: expected call param
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharest authored Apr 17, 2024
1 parent 4778605 commit b110ec3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def test_list_users_uses_custom_delegated_user_email_and_customer_id_if_provided
custom_delegated_user_email,
paginate=True,
customer=custom_customer_id,
maxResults=10,
maxResults=500,
orderBy="email",
)

Expand Down

0 comments on commit b110ec3

Please sign in to comment.