Skip to content

Commit

Permalink
chore: unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
RRashmit committed Dec 5, 2024
1 parent 950649a commit 7992c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/collector/otel_collector_plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ func TestCollector_updateTcplogReceivers(t *testing.T) {
assert.True(t, tcplogReceiverDeleted)
assert.Len(t, conf.Collector.Receivers.TcplogReceivers, 1)
assert.Equal(t, "localhost:152", conf.Collector.Receivers.TcplogReceivers[0].ListenAddress)
assert.Len(t, conf.Collector.Receivers.TcplogReceivers[0].Operators, 5)
assert.Len(t, conf.Collector.Receivers.TcplogReceivers[0].Operators, 4)
})
}

Expand Down

0 comments on commit 7992c48

Please sign in to comment.