When Include image is enabled for an alert notification channel, but there's
no image renderer available/installed when sending notification an error
image will be uploaded/attached explaining that you need to install the
Grafana Image Renderer plugin.
Ref #13802
Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com>
require.Truef(t,evalCtx.Ctx.Value(notificationSent{}).(bool),"expected notification to be sent, but wasn't")
})
notificationServiceScenario(t,"Given alert rule with upload image enabled but no renderer available should not render and upload image, but send notification",evalCtx,true,func(scenarioCtx*scenarioContext){
notificationServiceScenario(t,"Given alert rule with upload image enabled but no renderer available should render and upload unavailable image and send notification",evalCtx,true,func(scenarioCtx*scenarioContext){