mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
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:
parent
1792b3c8e5
commit
bc5543cfdc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue