Commit aee5626d by Kyle Brandt Committed by GitHub

chore: fix lint breaking build (#25916)

parent ee5b8b3f
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment