Is it possible to set a default state? I’ve curre...
# pact-jvm
j
Is it possible to set a default state? I’ve currently got some mocks setup when running the provider tests but for those tests I use particular states. There are some consumers that hit endpoints that dont require for us to mock but because the mocks are setup on a service level it is affecting their behaviour? Is there a default state annotation that we can use to tell the mock service to use real methods for the calls it needs to make?
u
Make a state called default?