I have a MockBean in my test:
@MockBean(SomeClient.class) SomeClient client;
I\'m starting up a spring-boot test:
@ExtendWith(Spri