mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
set state correctly and test (#34680)
This commit is contained in:
@@ -68,7 +68,6 @@ func (c *cache) getOrCreate(alertRule *ngModels.AlertRule, result eval.Result) *
|
||||
OrgID: alertRule.OrgID,
|
||||
CacheId: id,
|
||||
Labels: lbs,
|
||||
State: result.State,
|
||||
Annotations: annotations,
|
||||
EvaluationDuration: result.EvaluationDuration,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user