Skip to content

Commit 997d642

Browse files
authored
Revert an OTLP exporter config change (#2631)
This config option was misconfigured on purpose for the sake of testing the config converters to make sure they properly catch it.
1 parent e2dc250 commit 997d642

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/general/container_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ func TestConfigYamlEnvVar(t *testing.T) {
128128
exporters:
129129
otlp:
130130
endpoint: "${OTLP_ENDPOINT}"
131-
tls:
132-
insecure: true
131+
# This is purposefully misconfigured to ensure config converters properly address it.
132+
insecure: true
133133
134134
service:
135135
pipelines:

0 commit comments

Comments
 (0)