Skip to content

Commit 26101a0

Browse files
fix(sso): update CLI SSO test for new received_response kwarg and remove redundant 'token' secret fragment
Co-authored-by: Yassin Kortam <[email protected]>
1 parent a0ecb87 commit 26101a0

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

litellm/proxy/management_endpoints/ui_sso.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@
154154
"private_key",
155155
"refresh_token",
156156
"secret",
157-
"token",
158157
}
159158
)
160159

tests/test_litellm/proxy/management_endpoints/test_ui_sso.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2438,6 +2438,7 @@ async def test_auth_callback_routes_to_cli(self):
24382438
request=mock_request,
24392439
key="cli-new-session-key-456",
24402440
result=mock_result,
2441+
received_response=None,
24412442
)
24422443

24432444
def test_get_redirect_url_does_not_include_existing_key_in_url(self):

0 commit comments

Comments
 (0)