Skip to content

Commit 21bb596

Browse files
committed
Update declarative config file format version
1 parent 9647509 commit 21bb596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/resources/library/src/test/java/io/opentelemetry/instrumentation/resources/internal/DeclarativeConfigTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class DeclarativeConfigTest {
2424
@Test
2525
void endToEnd() {
2626
String yaml =
27-
"file_format: 0.1\n"
27+
"file_format: 0.3\n"
2828
+ "resource:\n"
2929
+ " attributes:\n"
3030
+ " - name: service.name\n"

0 commit comments

Comments
 (0)