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:
Cursor Agent 2026-05-15 13:35:16 +00:00
parent 1e59ac00bd
commit 2953aea7a7
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -202,6 +202,7 @@ vi.mock("../utils", () => ({
return null;
}),
processSSOSettingsPayload: vi.fn(),
extractRoleMappingFields: vi.fn(() => ({})),
}));
// Test helpers