Fix lint issue

Signed-off-by: Xiaochao Dong (@damnever) <the.xcdong@gmail.com>
This commit is contained in:
Xiaochao Dong (@damnever) 2023-03-25 10:42:20 +08:00
parent 20e3c295ae
commit 2d0d333371

View file

@ -905,8 +905,7 @@ func BenchmarkRelabel_ReplaceAddLabel(b *testing.B) {
labels.Label{Name: "abcdefg12", Value: "hijklmn12"},
labels.Label{Name: "abcdefg13", Value: "hijklmn13"},
}
actual, _ := Process(lset, cfgs...)
var _ = actual
_, _ = Process(lset, cfgs...)
// require.Equal(b, actual, expectLset)
}
}