Skip to content

Commit

Permalink
Merge pull request #777 from jayesh12234/develop
Browse files Browse the repository at this point in the history
MOSIP-36205
  • Loading branch information
aranaravi authored Oct 29, 2024
2 parents b9e9964 + f65bc31 commit d0136bd
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 d0136bd

Please sign in to comment.