From 2e3624d63663ea4b64384e69f3fd03a24df057ef Mon Sep 17 00:00:00 2001 From: Kevin McDermott Date: Tue, 9 May 2023 14:36:17 +0100 Subject: [PATCH] Add summary to Azure Alert. This updates the Azure alert testing to add a summary which should be sent to Azure as a commit-status genre. Signed-off-by: Kevin McDermott --- tests/azure/azure_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/azure/azure_test.go b/tests/azure/azure_test.go index 55124f24..03a10748 100644 --- a/tests/azure/azure_test.go +++ b/tests/azure/azure_test.go @@ -842,6 +842,7 @@ func TestEventHubNotification(t *testing.T) { Namespace: name, }, }, + Summary: "cluster: test-1", } return nil })