Skip to content

Commit 7e747fd

Browse files
committed
Fix tests after updating Beats
1 parent 425e78d commit 7e747fd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

internal/pkg/otel/translate/otelconfig_test.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -303,15 +303,9 @@ func TestGetOtelConfig(t *testing.T) {
303303
"logs_dynamic_id": map[string]any{
304304
"enabled": true,
305305
},
306-
"timeout": 90 * time.Second,
307-
"idle_conn_timeout": 3 * time.Second,
308306
"auth": map[string]any{
309307
"authenticator": "beatsauth/_agent-component/" + outputName,
310308
},
311-
"tls": map[string]any{
312-
"min_version": "1.2",
313-
"max_version": "1.3",
314-
},
315309
}
316310
}
317311

@@ -436,7 +430,6 @@ func TestGetOtelConfig(t *testing.T) {
436430
"host": "localhost",
437431
},
438432
}
439-
440433
}
441434

442435
getBeatMonitoringConfig := func(_, _ string) map[string]any {

0 commit comments

Comments
 (0)