We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17398b1 commit 0252eaaCopy full SHA for 0252eaa
alerting_alert_rule_test.go
@@ -18,7 +18,7 @@ func TestAlertRules(t *testing.T) {
18
client := gapiTestToolsFromCalls(t, []mockServerCall{
19
{200, mockData},
20
21
- {200, "[" + getFolderJSON + "]"},
+ {200, "[" + getAlertRulesJSON + "]"},
22
})
23
24
const dashCount = 2001
0 commit comments