diff --git a/src/test/java/hello/HelloControllerTest.java b/src/test/java/hello/HelloControllerTest.java index 53e5776..d14446b 100644 --- a/src/test/java/hello/HelloControllerTest.java +++ b/src/test/java/hello/HelloControllerTest.java @@ -30,7 +30,7 @@ import static org.springframework.test.web.servlet.setup.MockMvcBuilders.standal */ @RunWith(SpringJUnit4ClassRunner.class) -@ContextConfiguration(classes = Application.class) +@ContextConfiguration(classes = hello.Application.class) @WebIntegrationTest public class HelloControllerTest {