Skip to content

Commit

Permalink
Merge pull request #776 from jayesh12234/develop
Browse files Browse the repository at this point in the history
MOSIP-36205-Restructure UI Test Rig Report Directory in Docker
  • Loading branch information
aranaravi authored Oct 29, 2024
2 parents b87fdf3 + 6a515b4 commit b9e9964
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public void generateReport(List<XmlSuite> xmlSuites, List<ISuite> suites, String
boolean isStoreSuccess = false;
boolean isStoreSuccess2 = false;
try {
isStoreSuccess = s3Adapter.putObject(ConfigManager.getS3Account(), BaseTestCase.testLevel, null,
isStoreSuccess = s3Adapter.putObject(ConfigManager.getS3Account(),System.getProperty("modules"), null,
null, newString, newReportFile);
logger.info("isStoreSuccess:: " + isStoreSuccess);

Expand Down

0 comments on commit b9e9964

Please sign in to comment.