File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-boot-project/spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6468,7 +6468,7 @@ definition.
6468
6468
A list of the auto-configuration settings that are enabled by `@WebMvcTest` can be
6469
6469
<<appendix-test-auto-configuration#test-auto-configuration,found in the appendix>>.
6470
6470
6471
- TIP: Sometimes writing Spring MVC tests is not enough; Spring Boot can help you running
6471
+ TIP: Sometimes writing Spring MVC tests is not enough; Spring Boot can help you run
6472
6472
<<boot-features-testing-spring-boot-applications-testing-with-running-server,
6473
6473
full end-to-end tests with an actual server>>.
6474
6474
@@ -6534,7 +6534,7 @@ example shows a class that uses both `@WebFluxTest` and a `WebTestClient`:
6534
6534
A list of the auto-configuration that is enabled by `@WebFluxTest` can be
6535
6535
<<appendix-test-auto-configuration#test-auto-configuration,found in the appendix>>.
6536
6536
6537
- TIP: Sometimes writing Spring MVC tests is not enough; Spring Boot can help you running
6537
+ TIP: Sometimes writing Spring WebFlux tests is not enough; Spring Boot can help you run
6538
6538
<<boot-features-testing-spring-boot-applications-testing-with-running-server,
6539
6539
full end-to-end tests with an actual server>>.
6540
6540
You can’t perform that action at this time.
0 commit comments