Merge branch '2.2.x'

Closes gh-19188
This commit is contained in:
Andy Wilkinson
2019-11-29 09:13:09 +00:00

View File

@@ -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);