mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
chore: fix lint breaking build (#25916)
This commit is contained in:
parent
ee5b8b3fec
commit
aee5626dca
@ -104,6 +104,7 @@ func TestInsightsMetricsResultToFrame(t *testing.T) {
|
||||
},
|
||||
}
|
||||
for _, tt := range tests {
|
||||
tt := tt
|
||||
t.Run(tt.name, func(t *testing.T) {
|
||||
res, err := loadInsightsMetricsResponse(tt.testFile)
|
||||
require.NoError(t, err)
|
||||
|
Loading…
Reference in New Issue
Block a user