Update tests/test_litellm/proxy/management_endpoints/test_ui_sso.py

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Harshit Jain 2026-02-13 03:39:57 +05:30 committed by GitHub
parent 1792b3c8e5
commit bc5543cfdc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3209,7 +3209,7 @@ class TestPKCEFunctionality:
mock_request = MagicMock(spec=Request)
mock_request.query_params = {"state": "multi_pod_state_xyz"}
token_params = (
SSOAuthenticationHandler.prepare_token_exchange_parameters(
await SSOAuthenticationHandler.prepare_token_exchange_parameters(
request=mock_request, generic_include_client_id=False
)
)