فهرست منبع

stackdriver: fix broken test

Erik Sundell 7 سال پیش
والد
کامیت
75a2ea5c71
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      pkg/tsdb/stackdriver/stackdriver_test.go

+ 1 - 1
pkg/tsdb/stackdriver/stackdriver_test.go

@@ -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",