stackdriver: fix broken test

This commit is contained in:
Erik Sundell 2018-09-26 18:04:04 +02:00
parent 2628ef7ed2
commit 75a2ea5c71

View File

@ -69,7 +69,7 @@ func TestStackdriver(t *testing.T) {
Convey("and alignmentPeriod is set to grafana-auto", func() {
Convey("and IntervalMs is larger than 60", func() {
tsdbQuery.Queries[0].IntervalMs = 1000
tsdbQuery.Queries[0].IntervalMs = 1000000
tsdbQuery.Queries[0].Model = simplejson.NewFromAny(map[string]interface{}{
"target": "target",
"alignmentPeriod": "grafana-auto",