[next] Add integration tests for pre-issue access token action with extended grant types#27618
[next] Add integration tests for pre-issue access token action with extended grant types#27618Lashen1227 wants to merge 2 commits intowso2:masterfrom
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|



This pull request introduces new test coverage for pre-issue access token action scenarios using the extended grant types, both for successful and failure cases.
Expanded test coverage for pre-issue access token actions:
testng.xmlto include new classes for device code and token exchange grant types, covering both success and failure scenarios:PreIssueAccessTokenActionSuccessDeviceCodeGrantTestCasePreIssueAccessTokenActionSuccessTokenExchangeGrantTestCasePreIssueAccessTokenActionFailureDeviceCodeGrantTestCasePreIssueAccessTokenActionFailureTokenExchangeGrantTestCase