Dashboards: Add Dashboard Schema validation (1) (#103662)
This commit is contained in:
@@ -793,7 +793,8 @@ func createDashboardObject(t *testing.T, title string, folderUID string, generat
|
||||
},
|
||||
},
|
||||
"spec": map[string]interface{}{
|
||||
"title": title,
|
||||
"title": title,
|
||||
"schemaVersion": 41,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user