From 59cc636446adc921a14606792d0230d0774f456e Mon Sep 17 00:00:00 2001 From: Khushi Jain Date: Tue, 25 Feb 2025 12:53:53 +0530 Subject: [PATCH] fix ut --- internal/pkg/otel/configtranslate/otelconfig_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/pkg/otel/configtranslate/otelconfig_test.go b/internal/pkg/otel/configtranslate/otelconfig_test.go index 15a042c0f4..533450ca18 100644 --- a/internal/pkg/otel/configtranslate/otelconfig_test.go +++ b/internal/pkg/otel/configtranslate/otelconfig_test.go @@ -302,7 +302,7 @@ func TestGetOtelConfig(t *testing.T) { "logs_dynamic_id": map[string]any{ "enabled": true, }, - "num_workers": 0, + "num_workers": 1, "api_key": "", "logs_index": "filebeat-9.0.0", "timeout": 90 * time.Second,