lib/junit/plugin.rb in danger-junit-1.0.1 vs lib/junit/plugin.rb in danger-junit-1.0.2
- old
+ new
@@ -169,10 +169,10 @@
unless failures.empty? && errors.empty?
fail('Tests have failed, see below for more information.', sticky: false)
message = "### Tests: \n\n"
tests = (failures + errors)
- message << get_report_content(tests, header)
+ message << get_report_content(tests, headers)
markdown message
end
end
private