We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b4067 commit 17398b1Copy full SHA for 17398b1
alerting_alert_rule_test.go
@@ -10,7 +10,6 @@ import (
10
)
11
12
func TestAlertRules(t *testing.T) {
13
-
14
mockData := strings.Repeat(getAlertRulesJSON+",", 1000) // make 1000 alertRules.
15
mockData = "[" + mockData[:len(mockData)-1] + "]" // remove trailing comma; make a json list.
16
0 commit comments