Chore: Remove unused code/dependencies in testdata datasource (#69386)

This commit is contained in:
Marcus Efraimsson
2023-06-05 11:34:02 +02:00
committed by GitHub
parent cf1945d0c3
commit dcc1169ab2
5 changed files with 5 additions and 14 deletions
+1 -3
View File
@@ -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"}