Skip to content

Commit 0252eaa

Browse files
committed
fix: change name of variable
1 parent 17398b1 commit 0252eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alerting_alert_rule_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ func TestAlertRules(t *testing.T) {
1818
client := gapiTestToolsFromCalls(t, []mockServerCall{
1919
{200, mockData},
2020
{200, mockData},
21-
{200, "[" + getFolderJSON + "]"},
21+
{200, "[" + getAlertRulesJSON + "]"},
2222
})
2323

2424
const dashCount = 2001

0 commit comments

Comments
 (0)