This commit is contained in:
Coen van der Wel 2022-04-28 13:31:57 +02:00 committed by A. J. Kaptijn
parent e469de582b
commit 3c394dc8e9

View file

@ -268,7 +268,7 @@ class TestReporter {
text:
{
type: 'mrkdwn',
text: `:red_circle: ${tr.failed} in <${resp.data.html_url}#r${runIndex}|*${runName}*>`
text: `:red_circle: ${tr.failed} in <${resp.data.html_url}#r${runIndex}|${runName}>`
}
})
})