Skip to content

Commit

Permalink
Moved to module utils
Browse files Browse the repository at this point in the history
Signed-off-by: Mohanachandran S <[email protected]>
  • Loading branch information
mohanachandran-s committed Jan 23, 2025
1 parent b538229 commit fd0861e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3343,10 +3343,6 @@ 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 fd0861e

Please sign in to comment.