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 <kevin@weave.works>
This commit is contained in:
Kevin McDermott
2023-05-09 14:36:17 +01:00
parent cb54bbcd97
commit 2e3624d636

View File

@ -842,6 +842,7 @@ func TestEventHubNotification(t *testing.T) {
Namespace: name,
},
},
Summary: "cluster: test-1",
}
return nil
})