mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
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:
parent
cb54bbcd97
commit
2e3624d636
1 changed files with 1 additions and 0 deletions
|
|
@ -842,6 +842,7 @@ func TestEventHubNotification(t *testing.T) {
|
|||
Namespace: name,
|
||||
},
|
||||
},
|
||||
Summary: "cluster: test-1",
|
||||
}
|
||||
return nil
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue