Skip to content

Commit

Permalink
MOSIP-39059 (#1138)
Browse files Browse the repository at this point in the history
Signed-off-by: Nandhukumar <[email protected]>
  • Loading branch information
nandhu-kumar authored Jan 23, 2025
1 parent 8497c0f commit 30ee759
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public void test(TestCaseDTO testCaseDTO) throws Exception {

if (testCaseDTO.getEndPoint().contains("mock-identity-system")) {
String individualIDStr = String.valueOf(Calendar.getInstance().getTimeInMillis());
String phoneStr = generateRandomNumberString(10);
String phoneStr = "+91" + generateRandomNumberString(10);
String emailStr = testCaseName + "@mosip.net";
String passWordStr = properties.getProperty("passwordForAddIdentity");
String url = ApplnURI.replace("-internal", "") + testCaseDTO.getEndPoint();
Expand Down

0 comments on commit 30ee759

Please sign in to comment.