revaturelabs / rideforce-matching-service

5 stars 2 forks source link

Got it to mock the MVC, but it isn't mocking the other service #67

Closed davidcalkins closed 5 years ago

davidcalkins commented 5 years ago

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)