Skip to content

Commit ba4b3c8

Browse files
committed
update
1 parent 4f3476b commit ba4b3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-xray-propagator/src/test/java/io/opentelemetry/contrib/awsxray/propagator/internal/AwsComponentProviderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class AwsComponentProviderTest {
2020

2121
@Test
2222
void endToEnd() {
23-
String yaml = "file_format: 0.1\n" + "propagator:\n" + " composite: [xray, xray-lambda]\n";
23+
String yaml = "file_format: 0.3\n" + "propagator:\n" + " composite: [xray, xray-lambda]\n";
2424

2525
OpenTelemetrySdk openTelemetrySdk =
2626
FileConfiguration.parseAndCreate(

0 commit comments

Comments
 (0)