diff --git a/components/org.wso2.carbon.identity.sso.saml/src/test/java/org/wso2/carbon/identity/sso/saml/admin/SAMLSSOConfigAdminTest.java b/components/org.wso2.carbon.identity.sso.saml/src/test/java/org/wso2/carbon/identity/sso/saml/admin/SAMLSSOConfigAdminTest.java index 9a156bc1..b9c41dc1 100644 --- a/components/org.wso2.carbon.identity.sso.saml/src/test/java/org/wso2/carbon/identity/sso/saml/admin/SAMLSSOConfigAdminTest.java +++ b/components/org.wso2.carbon.identity.sso.saml/src/test/java/org/wso2/carbon/identity/sso/saml/admin/SAMLSSOConfigAdminTest.java @@ -268,7 +268,7 @@ public void testGetServiceProviders() throws Exception { } @Test - public void testGetServiceProvidersForNameIDFormat() throws Exception { + public void testGetServiceProvidersForValidNameIDFormat() throws Exception { mockStatic(UserRegistry.class); mockStatic(IdentityUtil.class);