Skip to content

Commit

Permalink
Merge pull request #11 from MariaSales/add-environment-to-report
Browse files Browse the repository at this point in the history
Fix env variable name
  • Loading branch information
jbadeau authored Nov 5, 2020
2 parents d65318e + dfbd5c2 commit bd19c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/gauge/xray/Reporter.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public static void main(String[] args) {
SuiteExecutionResult result = message.getSuiteExecutionResult();

String jiraTestExecutionId = getProperty("jira_testExecutionId");
String jiraTestExecutionSummary = getProperty("jiraTestExecutionSummary");
String jiraTestExecutionSummary = getProperty("jira_testExecutionSummary");

List<Report> reports = ReportGenerator.generate(result, jiraTestExecutionId, jiraTestExecutionSummary);
Gson gson = new GsonBuilder()
Expand Down

0 comments on commit bd19c97

Please sign in to comment.