Skip to content

Commit ea10a64

Browse files
committed
Merge branch '2.6.x' into 2.7.x
2 parents 0ef03d7 + f423a26 commit ea10a64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/integrationtest/WebFluxHealthEndpointAdditionalPathIntegrationTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
*
4141
* @author Madhura Bhave
4242
*/
43-
class WebfluxHealthEndpointAdditionalPathIntegrationTests extends
43+
class WebFluxHealthEndpointAdditionalPathIntegrationTests extends
4444
AbstractHealthEndpointAdditionalPathIntegrationTests<ReactiveWebApplicationContextRunner, ConfigurableReactiveWebApplicationContext, AssertableReactiveWebApplicationContext> {
4545

46-
WebfluxHealthEndpointAdditionalPathIntegrationTests() {
46+
WebFluxHealthEndpointAdditionalPathIntegrationTests() {
4747
super(new ReactiveWebApplicationContextRunner(AnnotationConfigReactiveWebServerApplicationContext::new)
4848
.withConfiguration(AutoConfigurations.of(JacksonAutoConfiguration.class, CodecsAutoConfiguration.class,
4949
WebFluxAutoConfiguration.class, HttpHandlerAutoConfiguration.class,

0 commit comments

Comments
 (0)