Merge branch '2.2.x'
Closes gh-19188
This commit is contained in:
@@ -91,7 +91,7 @@ class UserVehicleControllerTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
void welcomeCommandLineRunnerShouldBeAvailable() {
|
||||
void welcomeCommandLineRunnerShouldNotBeAvailable() {
|
||||
// Since we're a @WebMvcTest WelcomeCommandLineRunner should not be available.
|
||||
Assertions.assertThatThrownBy(() -> this.applicationContext.getBean(WelcomeCommandLineRunner.class))
|
||||
.isInstanceOf(NoSuchBeanDefinitionException.class);
|
||||
|
||||
Reference in New Issue
Block a user