Skip to content

Commit

Permalink
MOSIP-36205
Browse files Browse the repository at this point in the history
Signed-off-by: Jayesh Kharode <[email protected]>
  • Loading branch information
Jayesh Kharode committed Oct 29, 2024
1 parent 6a515b4 commit f65bc31
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,10 @@ public void generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String
boolean isStoreSuccess = false;
boolean isStoreSuccess2 = false;
try {
isStoreSuccess = s3Adapter.putObject(ConfigManager.getS3Account(),System.getProperty("modules"), null,
isStoreSuccess = s3Adapter.putObject(ConfigManager.getS3Account(),"Residentui", null,
null, newString, newReportFile);
logger.info("isStoreSuccess:: " + isStoreSuccess);

/* Need to figure how to handle EXTENT report handling */





} catch (Exception e) {
logger.error("error occured while pushing the object" + e.getMessage());
}
Expand Down

0 comments on commit f65bc31

Please sign in to comment.