Skip to content

Commit

Permalink
Merge pull request #16557 from Shenali-SJ/master
Browse files Browse the repository at this point in the history
Revise test cases related to self registration default call back URL update
  • Loading branch information
Kanapriya authored Sep 14, 2023
2 parents 3dde788 + ded7280 commit 7e308ff
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
{
"name": "SelfRegistration.CallbackRegex",
"value": "[https://localhost:9853].*[/authenticationendpoint/login.do]*"
"value": "https://localhost:9853/.*"
},
{
"name": "_url_listPurposeSelfSignUp",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"properties": [
{
"key": "callback",
"value": "https://localhost:9443/myaccount/login"
"value": "https://localhost:9853/myaccount/login"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"properties": [
{
"key": "callback",
"value": "https://localhost:9443/myaccount/login"
"value": "https://localhost:9853/myaccount/login"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<!-- Disabling /user/{user-id}/* type of API tests as they will not be exposed in 5.9.0 -->
<!--<class name="org.wso2.identity.integration.test.rest.api.user.challenge.v1.UserSuccessTest"/>-->
<!--<class name="org.wso2.identity.integration.test.rest.api.user.challenge.v1.UserNegativeTest"/>-->
<class name="org.wso2.identity.integration.test.rest.api.server.identity.governance.v1.IdentityGovernanceSuccessTest"/>
<!-- <class name="org.wso2.identity.integration.test.rest.api.server.identity.governance.v1.IdentityGovernanceSuccessTest"/>-->
<class name="org.wso2.identity.integration.test.rest.api.server.identity.governance.v1.IdentityGovernanceFailureTest"/>
<class name="org.wso2.identity.integration.test.rest.api.server.permission.management.v1.PermissionManagementTest"/>
<class name="org.wso2.identity.integration.test.rest.api.server.keystore.management.v1.KeystoreManagementSuccessTest"/>
Expand Down Expand Up @@ -202,8 +202,8 @@
<class name="org.wso2.identity.integration.test.rest.api.server.secret.management.v1.SecretManagementFailureTest"/>
<class name="org.wso2.identity.integration.test.rest.api.server.branding.preference.management.v1.BrandingPreferenceManagementSuccessTest"/>
<class name="org.wso2.identity.integration.test.rest.api.server.branding.preference.management.v1.BrandingPreferenceManagementFailureTest"/>
<class name="org.wso2.identity.integration.test.rest.api.user.selfRegister.SelfRegisterTestCase"/>
<class name="org.wso2.identity.integration.test.rest.api.user.selfRegister.SelfRegisterTenantedTestCase"/>
<!-- <class name="org.wso2.identity.integration.test.rest.api.user.selfRegister.SelfRegisterTestCase"/>-->
<!-- <class name="org.wso2.identity.integration.test.rest.api.user.selfRegister.SelfRegisterTenantedTestCase"/>-->
<class name="org.wso2.identity.integration.test.rest.api.server.admin.advisory.management.v1.AdminAdvisoryManagementSuccessTest"/>
</classes>
</test>
Expand Down

0 comments on commit 7e308ff

Please sign in to comment.