If you are using RestTemplateBuilder
may be the usual thing wouldn't work. You need to add this in your test class along with when(condition).
@Before
public void setup() {
ReflectionTestUtils.setField(service, "restTemplate", restTemplate);
}