chore: add extra route config tests

This commit is contained in:
Jonas Kaninda
2024-11-18 10:03:58 +01:00
parent 762fbe8511
commit 8f8f9d4d6c
4 changed files with 193 additions and 6 deletions

View File

@@ -40,7 +40,6 @@ func loadExtraFiles(routePath string) ([]string, error) {
})
if err != nil {
//log.Fatalf("error walking the path %v: %v", routePath, err)
return nil, fmt.Errorf("error loading extra route files: %v", err)
}
return yamlFiles, nil