-
Notifications
You must be signed in to change notification settings - Fork 745
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 tests for Pre Update Password Action #22429
Conversation
…date-password # Conflicts: # modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/actions/ActionsBaseTestCase.java # modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/restclients/ActionsRestClient.java
...o2/identity/integration/test/rest/api/server/action/management/v1/common/ActionTestBase.java
Outdated
Show resolved
Hide resolved
...identity/integration/test/rest/api/server/action/management/v1/common/model/ActionModel.java
Outdated
Show resolved
Hide resolved
...ty/integration/test/rest/api/server/action/management/v1/common/model/ActionUpdateModel.java
Outdated
Show resolved
Hide resolved
...y/integration/test/rest/api/server/action/management/v1/common/model/AuthenticationType.java
Outdated
Show resolved
Hide resolved
...st/api/server/action/management/v1/preupdatepassword/PreUpdatePasswordActionFailureTest.java
Outdated
Show resolved
Hide resolved
...st/api/server/action/management/v1/preupdatepassword/PreUpdatePasswordActionFailureTest.java
Outdated
Show resolved
Hide resolved
...st/api/server/action/management/v1/preupdatepassword/PreUpdatePasswordActionSuccessTest.java
Outdated
Show resolved
Hide resolved
modules/integration/tests-common/integration-test-utils/pom.xml
Outdated
Show resolved
Hide resolved
aee6bfd
to
f36885e
Compare
The merge-base changed after approval.
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/12972936862
Description
This PR adds integration tests for REST api support for Pre Update Password Action
Related Issue