I finally got the MockMVC to work, but it doesn't mock the other service that we call with feign client. This means that we need to have the other services running anyway during tests. (Which kind of defeats the purpose of mocking the MVC in the first place)
I finally got the MockMVC to work, but it doesn't mock the other service that we call with feign client. This means that we need to have the other services running anyway during tests. (Which kind of defeats the purpose of mocking the MVC in the first place)