mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-20 06:31:47 +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,
|
Namespace: name,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Summary: "cluster: test-1",
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue