What do you say about an enhancement for pact-go 2...
# pact-go
h
What do you say about an enhancement for pact-go 2.x.x Verifier as it relates to webhook re-verification? See thread here. It's probably easy to fall into this trap like I did. I have a webhook that triggers the provider verification during an event such as
Contract published that requires verification
. Utilizing the webhook template library here, I set the env var
PACT_URL
. However that doesnt actually seem to do much when using pact-go@2.x.x. and I am not sure how it works prior to using pact_ffi cli. I seem to recall a few
PACT_*
env vars being automatically read by the ruby cli tools. Could/should this env var also be automatically configured in pact-go verifier?