Skip to content

Commit f0d0f8c

Browse files
committed
Switch to DefaultValuesConfigSource after quarkusio/quarkus#35322
1 parent 1ae0d51 commit f0d0f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

022-quarkus-properties-config-all/src/test/java/io/quarkus/qe/bulk/ConfigValueTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ private void assertResponse(String path, Matcher<String> matcher) {
3737

3838
// Clarification: https://github.com/quarkusio/quarkus/issues/27231#issuecomment-1211783882
3939
private String getExpectedSourceNameValue() {
40-
return isNativeExecution() ? "RunTime Defaults" : "PropertiesConfigSource";
40+
return isNativeExecution() ? "DefaultValuesConfigSource" : "PropertiesConfigSource";
4141
}
4242

4343
protected boolean isNativeExecution() {

0 commit comments

Comments
 (0)