chore(linters): Fix findings found by testifylint: error-is-as (#14180)
This commit is contained in:
parent
64ae51e6ff
commit
0f264d64ce
|
|
@ -44,7 +44,7 @@ func Test_BeatStats(t *testing.T) {
|
||||||
fakeServer.Start()
|
fakeServer.Start()
|
||||||
defer fakeServer.Close()
|
defer fakeServer.Close()
|
||||||
|
|
||||||
require.NoError(t, err, beatTest.Gather(&beat6StatsAccumulator))
|
require.NoError(t, beatTest.Gather(&beat6StatsAccumulator))
|
||||||
|
|
||||||
beat6StatsAccumulator.AssertContainsTaggedFields(
|
beat6StatsAccumulator.AssertContainsTaggedFields(
|
||||||
t,
|
t,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue