We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bec271 commit 978d9f3Copy full SHA for 978d9f3
README.md
@@ -255,7 +255,7 @@ states to communicate from the consumer what data should exist on the provider.
255
256
When setting up the testing of a provider you will also need to setup the management of
257
these provider states. The Pact verifier does this by making additional HTTP requests to
258
-the `provider_states_url` and `provider_stats_active_url` you provide. These URLs could be
+the `provider_states_url` and `provider_states_setup_url` you provide. These URLs could be
259
on the provider application or a separate one. Some strategies for managing state include:
260
261
- Having endpoints in your application that are not active in production that create and delete your datastore state
0 commit comments