tech(alerting): change queryrange to int from str

This commit is contained in:
bergquist
2016-05-30 09:18:22 +02:00
parent 51511dd654
commit 16a9e56eca
9 changed files with 12 additions and 11 deletions
@@ -33,7 +33,7 @@ func TestAlertRuleChangesDataAccess(t *testing.T) {
Interval: "10",
Title: "Alerting title",
Description: "Alerting description",
QueryRange: "5m",
QueryRange: 3600,
Aggregator: "avg",
OrgId: FakeOrgId,
},