make featureconfig open (#34395)

This commit is contained in:
ying-jeanne
2021-05-19 18:24:31 +02:00
committed by GitHub
parent 01e0faf800
commit c61dd82163
3 changed files with 6 additions and 19 deletions
@@ -110,7 +110,7 @@ func TestValidateScuemataBasics(t *testing.T) {
require.NoError(t, err, "failed to open dashboard file")
err = validateResources(b, baseLoadPaths, load.BaseDashboardFamily)
assert.EqualError(t, err, "failed validation: Family.lineages.0.0.panels.0.fieldConfig.defaults: field mappings not allowed")
assert.EqualError(t, err, "failed validation: Family.lineages.0.0.panels.0.type: incomplete value !=\"\"")
})
}