mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-14 08:26:09 +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:
co-authored by
greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
parent
c56bbb9067
commit
37fc4a35ff
@@ -3205,7 +3205,7 @@ class TestPKCEFunctionality:
|
||||
stored_key = "pkce_verifier:multi_pod_state_xyz"
|
||||
assert stored_key in mock_redis._store
|
||||
stored_value = mock_redis._store[stored_key]
|
||||
assert isinstance(stored_value, str) and len(stored_value) == 43
|
||||
assert isinstance(stored_value, str) and len(json.loads(stored_value)) == 43
|
||||
|
||||
# Pod B: callback with same state, retrieve from "Redis"
|
||||
mock_request = MagicMock(spec=Request)
|
||||
|
||||
Reference in New Issue
Block a user