Skip to content

Commit b17243b

Browse files
committed
* test description
1 parent 1977b91 commit b17243b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/services/ngalert/provisioning/alert_rules_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ func TestCreateAlertRule(t *testing.T) {
572572
})
573573

574574
// LOGZ.IO GRAFANA CHANGE :: DEV-46410 - Change default ExecErrState to OK and enforce OK value
575-
t.Run("should create rule with OK state enforced", func(t *testing.T) {
575+
t.Run("should create rule with ExecErrState OK state enforced", func(t *testing.T) {
576576
rule := dummyRule("test-create-errstate", orgID)
577577
rule.ExecErrState = models.AlertingErrState
578578
rule, err := ruleService.CreateAlertRule(context.Background(), rule, models.ProvenanceNone, 0)

0 commit comments

Comments
 (0)