Skip to content

Commit 90285ac

Browse files
committed
Merge branch '2.2.x'
Closes gh-19188
2 parents 60d563e + aad6387 commit 90285ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-test/src/test/java/smoketest/test/web/UserVehicleControllerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ void getVehicleWhenVinNotFoundShouldReturnNotFound() throws Exception {
9191
}
9292

9393
@Test
94-
void welcomeCommandLineRunnerShouldBeAvailable() {
94+
void welcomeCommandLineRunnerShouldNotBeAvailable() {
9595
// Since we're a @WebMvcTest WelcomeCommandLineRunner should not be available.
9696
Assertions.assertThatThrownBy(() -> this.applicationContext.getBean(WelcomeCommandLineRunner.class))
9797
.isInstanceOf(NoSuchBeanDefinitionException.class);

0 commit comments

Comments
 (0)