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
This version contains some CLI changes, and a bug fix (correcting the usage of Pact::Term headers when replaying the request.)
Changes required to python code:
Instead of posting the consumer name, provider name, and pact file write mode in the POST /pact they should now be passed in to the command line service call using --consumer, --provider and --pact-file-write-mode. That last POST to /pact does not need a body any more.
The list of pact URLs passed to the pact verify command should now be space separated arguments rather than a list of comma separated --pact-url options. Eg pact-provider-verify URL_ONE URL_TWO
This version contains some CLI changes, and a bug fix (correcting the usage of Pact::Term headers when replaying the request.)
Changes required to python code:
service
call using--consumer
,--provider
and--pact-file-write-mode
. That last POST to /pact does not need a body any more.pact-provider-verify URL_ONE URL_TWO
These changes are backwards compatible.
See the full CLI documentation here: https://github.com/pact-foundation/pact-ruby-standalone/releases/tag/v1.9.1
The text was updated successfully, but these errors were encountered: