Grafana: include a built-in backend datasource (#38571)

This commit is contained in:
Ryan McKinley
2021-09-10 07:44:47 -07:00
committed by GitHub
parent f74421b892
commit 6bda64cb19
18 changed files with 517 additions and 116 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ func TestCSVFileScenario(t *testing.T) {
_ = fileReader.Close()
}()
frame, err := p.loadCsvContent(fileReader, name)
frame, err := LoadCsvContent(fileReader, name)
require.NoError(t, err)
require.NotNil(t, frame)