Chore: Remove unused code/dependencies in testdata datasource (#69386)
This commit is contained in:
@@ -17,9 +17,7 @@ func TestCSVFileScenario(t *testing.T) {
|
||||
cfg.DataPath = t.TempDir()
|
||||
cfg.StaticRootPath = "../../../public"
|
||||
|
||||
s := &Service{
|
||||
cfg: cfg,
|
||||
}
|
||||
s := &Service{}
|
||||
|
||||
t.Run("loadCsvFile", func(t *testing.T) {
|
||||
files := []string{"simple", "mixed", "labels"}
|
||||
|
||||
Reference in New Issue
Block a user