[v9.0.x] Chore: Update grafana-plugin-sdk-go to v0.136.0 (#50127) (#50168)

(cherry picked from commit 64d93498de)
This commit is contained in:
Todd Treece
2022-06-03 07:47:28 -07:00
committed by GitHub
parent 7320c53ab7
commit 301fdc64bf
244 changed files with 48143 additions and 9670 deletions
@@ -3,8 +3,6 @@ package sims
import (
"context"
"encoding/json"
"fmt"
"path/filepath"
"testing"
"time"
@@ -50,9 +48,7 @@ func TestFlightPathQuery(t *testing.T) {
require.NotNil(t, rsp)
for k, v := range rsp.Responses {
dr := v
filePath := filepath.Join("testdata", fmt.Sprintf("flight_path_query_%s.txt", k))
err = experimental.CheckGoldenDataResponse(filePath, &dr, true)
require.NoError(t, err)
experimental.CheckGoldenJSONResponse(t, "testdata", "flight_path_query_"+k, &dr, true)
}
})
}