Skip to content

Commit

Permalink
Switch to DefaultValuesConfigSource after quarkusio/quarkus#35322
Browse files Browse the repository at this point in the history
  • Loading branch information
rsvoboda committed Oct 9, 2023
1 parent 3e64f9b commit 4e0ed3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ private void assertResponse(String path, Matcher<String> matcher) {

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

private boolean isNativeExecution() {
Expand Down

0 comments on commit 4e0ed3b

Please sign in to comment.