mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Upgrade grafana-plugin-sdk-go to v0.137.0 (#50443)
Co-authored-by: Todd Treece <todd.treece@grafana.com>
This commit is contained in:
committed by
GitHub
parent
0bd12ab531
commit
cddab15769
@@ -41,7 +41,7 @@ func checkTestData(t *testing.T, file string) *backend.DataResponse {
|
||||
dr.Frames = append(dr.Frames, w.Frame())
|
||||
}
|
||||
|
||||
experimental.CheckGoldenJSONResponse(t, "testdata", file, dr, true)
|
||||
experimental.CheckGoldenJSONResponse(t, "testdata", file, dr, false)
|
||||
return dr
|
||||
}
|
||||
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
// | Labels: | Labels: | Labels: | Labels: | Labels: |
|
||||
// | Type: []string | Type: []time.Time | Type: []*float64 | Type: []*float64 | Type: []*string |
|
||||
// +----------------+-------------------------------+------------------+------------------+-----------------+
|
||||
// | host=A | 2021-03-22 04:51:30 -0400 EDT | 0 | null | aaa |
|
||||
// | host=B | 2021-03-22 04:51:30 -0400 EDT | null | 0 | bbb |
|
||||
// | host=A | 2021-03-22 04:51:31 -0400 EDT | null | 0 | ccc |
|
||||
// | host=B | 2021-03-22 04:51:31 -0400 EDT | 0 | null | 1 |
|
||||
// | host=A | 2021-03-22 08:51:30 +0000 UTC | 0 | null | aaa |
|
||||
// | host=B | 2021-03-22 08:51:30 +0000 UTC | null | 0 | bbb |
|
||||
// | host=A | 2021-03-22 08:51:31 +0000 UTC | null | 0 | ccc |
|
||||
// | host=B | 2021-03-22 08:51:31 +0000 UTC | 0 | null | 1 |
|
||||
// +----------------+-------------------------------+------------------+------------------+-----------------+
|
||||
//
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user