Skip to content

Commit

Permalink
MOSIP-39055
Browse files Browse the repository at this point in the history
Signed-off-by: Anup Nehe <[email protected]>
  • Loading branch information
anup-nehe committed Jan 21, 2025
1 parent 3ebacb5 commit e1cc165
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3343,6 +3343,10 @@ public String inputJsonKeyWordHandeler(String jsonString, String testCaseName) {
jsonString = replaceKeywordWithValue(jsonString, "$VCICONTEXTURL$",
properties.getProperty("vciContextURL"));
}
if (jsonString.contains("$IDPREDIRECTURI$")) {
jsonString = replaceKeywordWithValue(jsonString, "$IDPREDIRECTURI$",
ApplnURI.replace(GlobalConstants.API_INTERNAL, "healthservices") + "/userprofile");
}

if (jsonString.contains("$NAMEFORUPDATEUIN$")) {
String name = getValueFromAuthActuator("json-property", "name");
Expand Down

0 comments on commit e1cc165

Please sign in to comment.