diff --git a/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/consent/SelfSignUpConsentTest.java b/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/consent/SelfSignUpConsentTest.java index 499b31bf046..f818e0aef80 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/consent/SelfSignUpConsentTest.java +++ b/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/consent/SelfSignUpConsentTest.java @@ -65,7 +65,8 @@ public class SelfSignUpConsentTest extends ISIntegrationTest { public static final String CONSNT_ENDPOINT_SUFFIX = "/api/identity/consent-mgt/v1.0/consents"; public static final String USER_RECOVERY_ME_ENDPOINT = "/api/identity/user/v1.0/me"; - private static final String CALLBACK_ENDPOINT = "https://localhost:9443/carbon/callback"; + private static final String CALLBACK_ENDPOINT = "https://localhost:9853/carbon/callback"; + private static final String TENANTED_CALLBACK_ENDPOINT = "https://localhost:9853/t/wso2.com/carbon/callback"; private static final String COUNTRY_WSO2_CLAIM = "http://wso2.org/claims/country"; private static final String CALLBACK_QUERY_PARAM = "callback"; private static final String USERNAME_QUERY_PARAM = "username"; @@ -147,7 +148,7 @@ public void testInitialSelfSignUpPage() throws IOException { Assert.assertNotNull(content); Assert.assertTrue(content.contains("Enter your username"), "Page for entering username is not prompted while" + " self registering"); - Assert.assertTrue(content.contains(CALLBACK_ENDPOINT), "Callback endpoint is not available in self " + + Assert.assertTrue(content.contains(TENANTED_CALLBACK_ENDPOINT), "Callback endpoint is not available in self " + "registration username input page."); } diff --git a/pom.xml b/pom.xml index 36e5cdb414f..e7aa5c59542 100755 --- a/pom.xml +++ b/pom.xml @@ -2480,7 +2480,7 @@ 2.36.0 2.13.41 - 2.8.8 + 2.8.11 1.6.378