Skip to content

Commit

Permalink
Revert an OTLP exporter config change (#2631)
Browse files Browse the repository at this point in the history
This config option was misconfigured on purpose for the
sake of testing the config converters to make sure they
properly catch it.
  • Loading branch information
crobert-1 committed Feb 28, 2023
1 parent e2dc250 commit 997d642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/general/container_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ func TestConfigYamlEnvVar(t *testing.T) {
exporters:
otlp:
endpoint: "${OTLP_ENDPOINT}"
tls:
insecure: true
# This is purposefully misconfigured to ensure config converters properly address it.
insecure: true
service:
pipelines:
Expand Down

0 comments on commit 997d642

Please sign in to comment.