[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
+1 -4
View File
@@ -42,10 +42,7 @@ func TestCSVFileScenario(t *testing.T) {
dr := &backend.DataResponse{
Frames: data.Frames{frame},
}
err = experimental.CheckGoldenDataResponse(
filepath.Join("testdata", name+".golden.txt"), dr, true,
)
require.NoError(t, err)
experimental.CheckGoldenJSONResponse(t, "testdata", name+".golden", dr, true)
})
}