-
Notifications
You must be signed in to change notification settings - Fork 731
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify the integration test #18589
Modify the integration test #18589
Conversation
PR builder started |
PR builder completed |
563c8c0
to
1f6c36d
Compare
With wso2#17551, we will enable the drop_unregistered_scopes by default [1]. If we did that, the above tests will get failed and we need to modify them accordingly to work with the newest changes [1] - wso2/carbon-identity-framework#5284
1f6c36d
to
896d02a
Compare
PR builder started |
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/7246176705
.../test/java/org/wso2/identity/integration/test/oauth2/OAuth2ServiceImplicitGrantTestCase.java
Outdated
Show resolved
Hide resolved
896d02a
to
f3731a8
Compare
Removed the deployment.toml changes and force pushed only the modified tests since the PR builder got success |
PR builder started |
PR builder completed |
PR builder started |
PR builder completed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the pull request based on the successful pr build https://github.com/wso2/product-is/actions/runs/7258843127
Purpose
Modify the integration tests to work with the changes that we are going to do with [1]. With [2], we gonna enable the
oauth. drop_unregistered_scopes
and setoauth. allowed_scopes
by default. So to work with the newest config, we need to modify these test cases.[1] - #17551
[2] - wso2/carbon-identity-framework#5284
*** Note: We need to revert the 563c8c0 once [2] got merged.