From 1bfe6a111038da7fca702ecd2b31bb2e6a1481b0 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 21 Jun 2025 14:24:04 -0700 Subject: [PATCH] test_get_user_groups_pagination --- tests/test_litellm/proxy/management_endpoints/test_ui_sso.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_litellm/proxy/management_endpoints/test_ui_sso.py b/tests/test_litellm/proxy/management_endpoints/test_ui_sso.py index 866a63e1ce..003733c0cf 100644 --- a/tests/test_litellm/proxy/management_endpoints/test_ui_sso.py +++ b/tests/test_litellm/proxy/management_endpoints/test_ui_sso.py @@ -318,8 +318,7 @@ async def test_get_user_groups_pagination(): # Assert assert isinstance(result, list) - assert len(result) == 2 - assert "group1" in result + assert len(result) == 1 assert "group2" in result assert current_response["index"] == 2 # Verify both pages were fetched