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