My FristService is internally calling a SecondService through feign client, and I am trying to write a test for FirstService
FristService
SecondService
feign client
FirstService