Rename AutoConfigurationReportEndpoint to ConditionsEndpoint
This commit further aligns the change to ConditionEvaluationReport by renaming the 'autoconfig' endpoint to 'conditions'. Closes gh-2945
This commit is contained in:
@@ -74,7 +74,7 @@ public class SpringBootDependencyInjectionTestExecutionListenerTests {
|
||||
catch (IllegalStateException ex) {
|
||||
// Expected
|
||||
}
|
||||
this.out.expect(containsString("AUTO-CONFIGURATION REPORT"));
|
||||
this.out.expect(containsString("CONDITIONS REPORT"));
|
||||
this.out.expect(containsString("Positive matches"));
|
||||
this.out.expect(containsString("Negative matches"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user