Skip to content

Commit

Permalink
Update confmap/internal/e2e/expand_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Bradley <[email protected]>
  • Loading branch information
TylerHelmuth and evan-bradley authored Aug 6, 2024
1 parent 95126d3 commit 54cddc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion confmap/internal/e2e/expand_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import (
"go.opentelemetry.io/collector/confmap/provider/fileprovider"
)

// Test_EscapedEnvVars tests that the resolver supports escaped env vars working together with expand converter.
func Test_EscapedEnvVars_NoDefaultScheme(t *testing.T) {
const expandedValue = "some expanded value"
t.Setenv("ENV_VALUE", expandedValue)
Expand Down

0 comments on commit 54cddc3

Please sign in to comment.