Skip to content

Commit 0450170

Browse files
committed
fix ci
1 parent 94ed73c commit 0450170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/pkg/otel/translate/otelconfig_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ func TestGetOtelConfig(t *testing.T) {
307307
"authenticator": "beatsauth/_agent-component/" + outputName,
308308
},
309309
"tls": map[string]any{
310-
"min_version": "1.2",
310+
"min_version": "1.1",
311311
"max_version": "1.3",
312312
},
313313
}

0 commit comments

Comments
 (0)