Skip to content

Commit 1d9480a

Browse files
committed
fix test
1 parent 1c1d4eb commit 1d9480a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dynamic-control/src/test/java/io/opentelemetry/contrib/dynamic/policy/source/SourceFormatTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ void fromConfigValueRejectsNullAndUnknown() {
3737
.hasMessage("value cannot be null");
3838
assertThatThrownBy(() -> SourceFormat.fromConfigValue("other"))
3939
.isInstanceOf(IllegalArgumentException.class)
40-
.hasMessage("Unknown source format: other");
40+
.hasMessage("Unknown source format (normalized): 'other' (original: 'other')");
4141
}
4242

4343
@Test

0 commit comments

Comments
 (0)