-
Notifications
You must be signed in to change notification settings - Fork 736
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
Add integration test to get user defined local authenticators. #22077
base: master
Are you sure you want to change the base?
Add integration test to get user defined local authenticators. #22077
Conversation
PR builder started |
PR builder completed |
PR builder started |
PR builder completed |
7be795c
to
d2b0928
Compare
PR builder started |
PR builder completed |
d2b0928
to
a9a9072
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/12944673581
.body("displayName", equalTo(AUTHENTICATOR_DISPLAY_NAME)) | ||
.body("type", equalTo("LOCAL")) | ||
.body("definedBy", equalTo("USER")) | ||
.body("isEnabled", equalTo(true)); |
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.
Let's check the imageUrl as well
Issue:
PR:
With this PR, we all integration tests to retrieve created user defined local authenticators.