mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-23 00:41:40 +00:00
fix: address bug fixes for OKTA_CLIENT_USE_PKCE doc test and missing extractRoleMappingFields mock
Co-authored-by: Yassin Kortam <yassin@berri.ai>
This commit is contained in:
parent
1e59ac00bd
commit
2953aea7a7
2 changed files with 2 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ PENDING_DOCS_PR_VARS: set = {
|
|||
"OKTA_AUTHORIZATION_ENDPOINT",
|
||||
"OKTA_TOKEN_ENDPOINT",
|
||||
"OKTA_USERINFO_ENDPOINT",
|
||||
"OKTA_CLIENT_USE_PKCE",
|
||||
}
|
||||
|
||||
# Compare and find undocumented keys
|
||||
|
|
|
|||
|
|
@ -202,6 +202,7 @@ vi.mock("../utils", () => ({
|
|||
return null;
|
||||
}),
|
||||
processSSOSettingsPayload: vi.fn(),
|
||||
extractRoleMappingFields: vi.fn(() => ({})),
|
||||
}));
|
||||
|
||||
// Test helpers
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue