Remove 'nightly' from test discord notification

This commit is contained in:
Rory Powell 2023-07-20 15:31:19 +01:00
parent ca6582eb96
commit 8fb796bdb3
1 changed files with 1 additions and 1 deletions

View File

@ -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}`,