Skip to content

Commit

Permalink
replaced slack footer separator
Browse files Browse the repository at this point in the history
  • Loading branch information
dguendisch committed Dec 3, 2020
1 parent d4ce2a5 commit e4d5b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/testrunner/result/summary-poster.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func buildURLFooter(ccURL, tmDashboardURL, grafanaURL, executionGroup string) st
if grafanaURLFooter != "" {
parts = append(parts, grafanaURLFooter)
}
return strings.Join(parts, " - ")
return strings.Join(parts, " ")
}

func parseTestrunsToTableItems(runs testrunner.RunList) (tableItems util.TableItems) {
Expand Down

0 comments on commit e4d5b68

Please sign in to comment.