Skip to content

Commit 69aeea7

Browse files
committed
test cleanup
Signed-off-by: alex boten <[email protected]>
1 parent a264fd3 commit 69aeea7

File tree

3 files changed

+2
-124
lines changed

3 files changed

+2
-124
lines changed

otelconf/config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ func TestParseYAMLWithEnvironmentVariables(t *testing.T) {
10631063
}{
10641064
{
10651065
name: "valid v1.0.0 config with env vars",
1066-
input: "v1.0.0-env-var.yaml",
1066+
input: "v1.0.0_env_var.yaml",
10671067
wantType: &v100OpenTelemetryConfigEnvParsing,
10681068
},
10691069
}

otelconf/testdata/v1.0.0-env-var.yaml

Lines changed: 0 additions & 123 deletions
This file was deleted.

otelconf/testdata/v1.0.0_env_var.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
file_format: "1.0"
12
disabled: ${OTEL_SDK_DISABLED}
23
attribute_limits:
34
attribute_value_length_limit: ${OTEL_ATTRIBUTE_VALUE_LENGTH_LIMIT}

0 commit comments

Comments
 (0)