Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
khushijain21 committed Feb 25, 2025
1 parent 0e9e9b6 commit 59cc636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/otel/configtranslate/otelconfig_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 59cc636

Please sign in to comment.