Skip to content

Commit

Permalink
Merge pull request #337 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 e39da53 + 253e8b3 commit 38e4c7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public void generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String
boolean isStoreSuccess = false;
boolean isStoreSuccess2 = false;
try {
isStoreSuccess = s3Adapter.putObject(ConfigManager.getS3Account(), BaseTestCaseFunc.testLevel, null,
isStoreSuccess = s3Adapter.putObject(ConfigManager.getS3Account(), "Adminui", null,
null, newString, newReportFile);
logger.info("isStoreSuccess:: " + isStoreSuccess);

Expand Down

0 comments on commit 38e4c7c

Please sign in to comment.