Remove 'nightly' from test discord notification
This commit is contained in:
parent
c3412f0cfb
commit
4e88779b5e
|
@ -42,7 +42,7 @@ async function discordResultsNotification(report) {
|
|||
Accept: "application/json",
|
||||
},
|
||||
body: JSON.stringify({
|
||||
content: `**Nightly Tests Status**: ${OUTCOME}`,
|
||||
content: `**Tests Status**: ${OUTCOME}`,
|
||||
embeds: [
|
||||
{
|
||||
title: `Budi QA Bot - ${env}`,
|
||||
|
|
Loading…
Reference in New Issue