mirror of
https://github.com/grafana/grafana.git
synced 2026-08-08 12:18:18 -05:00
lint
This commit is contained in:
@@ -128,7 +128,7 @@ func TestDefaultStaticDetectorsInspector(t *testing.T) {
|
||||
exp: false,
|
||||
})
|
||||
}
|
||||
inspector := PatternsListInspector{DetectorsProvider: NewDefaultStaticDetectorsProvider()}
|
||||
inspector := PatternsListInspector{DetectorsProvider: angulardetector.NewDefaultStaticDetectorsProvider()}
|
||||
for _, tc := range tcs {
|
||||
t.Run(tc.name, func(t *testing.T) {
|
||||
isAngular, err := inspector.Inspect(context.Background(), tc.plugin)
|
||||
|
||||
Reference in New Issue
Block a user