Skip to content

fix: test_auth_token_has_required_fields never ran (bring main's fix to CI) - #72

Merged
saqibmanan merged 1 commit into
CIfrom
fix/auth-token-test-client-secret
Sep 11, 2026
Merged

fix: test_auth_token_has_required_fields never ran (bring main's fix to CI)#72
saqibmanan merged 1 commit into
CIfrom
fix/auth-token-test-client-secret

Conversation

@saqibmanan

Copy link
Copy Markdown
Contributor

Closes #39. Cherry-pick of c0bbc21, already on main but never on CI — the branch every deploy pipeline consumes. The ROPC call omitted client_secret, Keycloak 401'd the confidential client, and the helper turned 401 into a skip.

Validated against dev: test_auth_token_has_required_fields PASSED (was SKIPPED). Note: it's functional, so this PR's own CI (smoke-only on pull_request) won't exercise it — that selection gap is #70.

Missing client_secret on the ROPC call 401'd against the confidential
client and the old skip-on-401 swallowed it silently.
@saqibmanan
saqibmanan force-pushed the fix/auth-token-test-client-secret branch from 9acdd1f to 59ed1d4 Compare September 11, 2026 17:22
@saqibmanan
saqibmanan merged commit 5f858b3 into CI Sep 11, 2026
3 checks passed
@saqibmanan
saqibmanan deleted the fix/auth-token-test-client-secret branch September 11, 2026 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant