Skip to content

Commit

Permalink
Merge pull request #419 from rsvoboda/DefaultValuesConfigSource
Browse files Browse the repository at this point in the history
Switch to DefaultValuesConfigSource after quarkusio/quarkus#35322
  • Loading branch information
mjurc authored Oct 10, 2023
2 parents 1ae0d51 + f0d0f8c commit fe3ed22
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";
}

protected boolean isNativeExecution() {
Expand Down

0 comments on commit fe3ed22

Please sign in to comment.