- Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
HomeControllerTests gets me "ImageRepository bean not found".
For me this version of annotation fixed the problem:
@MockBeans({ @MockBean(ImageService.class), @MockBean(ImageRepository.class) })
public class HomeControllerTests {
@Autowired WebTestClient webClient; @Autowired ImageService imageService; Metadata
Metadata
Assignees
Labels
No labels