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>
pull/3860/head
Kevin McDermott 2 years ago
parent cb54bbcd97
commit 2e3624d636

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

Loading…
Cancel
Save