Patrice
04/05/2023, 3:52 PM[2023-04-05T11:57:37.873381-04:00] console.debug: Process command: /app/vendor/pact-foundation/pact-php/src/PhpPact/Standalone/Installer/../../../../pact/bin/pact-provider-verifier https://[PACTBROKER_URL]/pacts/provider/oauth-service/consumer/devices-gateway/latest/ --provider='oauth-service' --provider-base-url=<http://0.0.0.0:7202> --provider-app-version=1.0 --broker-username=[USERNAME] --broker-password=[PASSWORD] --enable-pending --include-wip-pacts-since=2020-01-30 --pact-broker-base-url=[PACTBROKER_URL]
[] []
[2023-04-05T11:57:39.443766-04:00] console.debug: Exit code: 1 [] []
It then moves on to the other verification, even though I really mentionned "->verify('devices-gateway')" in my unit test, right before my final assertion.
I was wondering if there's anything being cached or something. When I first developed this verification unit test, I wrongly used the "verifyAll" function on the verify all, so I wonder if there's some kind of black magic going that's I'm not aware of.
Thanks for helping.Matt (pactflow.io / pact-js / pact-go)
Matt (pactflow.io / pact-js / pact-go)
Patrice
04/06/2023, 12:53 PM