stackdriver: type rename

This commit is contained in:
Daniel Lee
2018-09-14 17:46:42 +02:00
parent 3ba0195330
commit 669a1029ed
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -117,7 +117,7 @@ func TestStackdriver(t *testing.T) {
Convey("Parse stackdriver response in the time series format", func() {
Convey("when data from query aggregated to one time series", func() {
var data StackDriverResponse
var data StackdriverResponse
jsonBody, err := ioutil.ReadFile("./test-data/1-series-response-agg-one-metric.json")
So(err, ShouldBeNil)
@@ -146,7 +146,7 @@ func TestStackdriver(t *testing.T) {
})
Convey("when data from query with no aggregation", func() {
var data StackDriverResponse
var data StackdriverResponse
jsonBody, err := ioutil.ReadFile("./test-data/2-series-response-no-agg.json")
So(err, ShouldBeNil)