Chore: Update grafana-plugin-sdk-go to v0.136.0 (#50127)

This commit is contained in:
Todd Treece
2022-06-03 08:25:52 -04:00
committed by GitHub
parent 31a4d97b05
commit 64d93498de
244 changed files with 48143 additions and 9664 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)
})
}