Skip to content

Commit 9c0a6b7

Browse files
committed
fix test
1 parent 4f3ff0b commit 9c0a6b7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

internal/pkg/otel/translate/otelconfig_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,11 +270,6 @@ func TestGetOtelConfig(t *testing.T) {
270270

271271
expectedESConfig := func(outputName string) map[string]any {
272272
return map[string]any{
273-
"batcher": map[string]any{
274-
"enabled": true,
275-
"max_size": 1600,
276-
"min_size": 0,
277-
},
278273
"compression": "gzip",
279274
"compression_params": map[string]any{
280275
"level": 1,

0 commit comments

Comments
 (0)