I'm trying to do a mock calling a feign client but when I execute the test, the feign client returns null.
I'm using when().thenReturn() but seems not working.
Someone knows how to accomplish this?. I don't need real call to feign client, only mock a fake call.
Thanks.