create Reset Password Test Case

This commit is contained in:
rrajoria
2023-03-21 19:19:12 +05:30
parent a60547a4f0
commit 79fe89c7f1

View File

@@ -540,7 +540,7 @@ public class ResetPasswordServiceImpl implements ResetPasswordService
if(!StringUtils.isEmpty(clientApp.getProperty("workspaceUrl"))) if(!StringUtils.isEmpty(clientApp.getProperty("workspaceUrl")))
{ {
String workspaceUrlPlaceholder = clientApp.getProperty("workspaceUrlPlaceholder"); String workspaceUrlPlaceholder = clientApp.getProperty("workspaceUrl");
String workSpaceUrl = getRepoBaseUrl(workspaceUrlPlaceholder,""); String workSpaceUrl = getRepoBaseUrl(workspaceUrlPlaceholder,"");
sb.append(UrlUtil.replaceWorkSpaceUrlPlaceholder(pageUrl,workSpaceUrl)); sb.append(UrlUtil.replaceWorkSpaceUrlPlaceholder(pageUrl,workSpaceUrl));
LOGGER.warn("Client Name is " + clientApp.getName() + " The url used is " + sb.toString()); LOGGER.warn("Client Name is " + clientApp.getName() + " The url used is " + sb.toString());