Skip to content

Commit

Permalink
Merge pull request #16 from jduan/master
Browse files Browse the repository at this point in the history
Fix typo in README, at one point it was referring to `provider_stats_active_url` instead of the correct `provider_states_setup_url`.
  • Loading branch information
jslvtr authored May 25, 2017
2 parents 8bec271 + 978d9f3 commit dd3c703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ states to communicate from the consumer what data should exist on the provider.

When setting up the testing of a provider you will also need to setup the management of
these provider states. The Pact verifier does this by making additional HTTP requests to
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
on the provider application or a separate one. Some strategies for managing state include:

- Having endpoints in your application that are not active in production that create and delete your datastore state
Expand Down

0 comments on commit dd3c703

Please sign in to comment.