Hi team, after adding a test configuration, I got the error msg: The following methods annotated with @Pact were not executed during the test:xxxx Any idea how to solve this problem? Thanks!
r
rholshausen
06/16/2022, 11:21 PM
Your tests are mis-configured. There is a Pact setup method that was never called. If it was intentional, just comment out the
@Pact
annotation on that method, otherwise you need to work out why it was not called.