(cherry picked from commit b75cc7a86c)
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
co-authored by
Ryan McKinley
parent
e235af676b
commit
6ac398763a
@@ -95,7 +95,11 @@ func TestPlugins(t *testing.T) {
|
||||
if !same {
|
||||
if updateSnapshotFlag {
|
||||
t.Log("updating snapshot results")
|
||||
updateRespSnapshot(t, tc.expRespPath, string(b))
|
||||
var prettyJSON bytes.Buffer
|
||||
if err := json.Indent(&prettyJSON, b, "", " "); err != nil {
|
||||
t.FailNow()
|
||||
}
|
||||
updateRespSnapshot(t, tc.expRespPath, prettyJSON.String())
|
||||
}
|
||||
t.FailNow()
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"type": "panel",
|
||||
"name": "Heatmap (preview)",
|
||||
"name": "Heatmap (new)",
|
||||
"id": "heatmap-new",
|
||||
"state": "alpha",
|
||||
"state": "beta",
|
||||
|
||||
"info": {
|
||||
"description": "Like a histogram over time",
|
||||
"description": "This heatmap panel will replace the heatmap panel in 9.1",
|
||||
"author": {
|
||||
"name": "Grafana Labs",
|
||||
"url": "https://grafana.com"
|
||||
|
||||
Reference in New Issue
Block a user