From b110ec31edd2c63e0f5124e3f81b6c1b7937e95d Mon Sep 17 00:00:00 2001 From: Guillaume Charest <1690085+gcharest@users.noreply.github.com> Date: Wed, 17 Apr 2024 19:24:47 +0000 Subject: [PATCH] fix: expected call param --- .../integrations/google_workspace/test_google_directory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/tests/integrations/google_workspace/test_google_directory.py b/app/tests/integrations/google_workspace/test_google_directory.py index 14b2a03a..3ed11c27 100644 --- a/app/tests/integrations/google_workspace/test_google_directory.py +++ b/app/tests/integrations/google_workspace/test_google_directory.py @@ -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", )