Skip to content

Commit

Permalink
Merge pull request #1717 from anup-nehe/develop
Browse files Browse the repository at this point in the history
MOSIP-39055 updated AdminTestUtil
  • Loading branch information
mohanachandran-s authored Jan 21, 2025
2 parents 3ebacb5 + e1cc165 commit 65c86aa
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 65c86aa

Please sign in to comment.