You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Important: Since @WebMvcTest starts only Spring MVC components you can't use PactVerificationSpring6Provider and need to fallback to PactVerificationInvocationContextProvider
Given that a previous example uses @WebMvcTest together with PactVerificationSpring6Provider:
then the above Important statement causes confusion.
I.e. as a reader I'm thinking: Is this statement incorrect? Is this example incorrect? Is the statement referring to some other case altogether?
The text was updated successfully, but these errors were encountered:
Minor documentation issue
This README https://github.com/pact-foundation/pact-jvm/blob/master/provider/spring6/README.md includes this note:
Given that a previous example uses
@WebMvcTest
together withPactVerificationSpring6Provider
:then the above Important statement causes confusion.
I.e. as a reader I'm thinking: Is this statement incorrect? Is this example incorrect? Is the statement referring to some other case altogether?
The text was updated successfully, but these errors were encountered: