pact-foundation / pact-js

JS version of Pact. Pact is a contract testing framework for HTTP APIs and non-HTTP asynchronous messaging systems.
https://pact.io
Other
1.59k stars 343 forks source link

fix: MessageConsumerPact merge pact file correctly #1111

Closed matdodgson closed 10 months ago

matdodgson commented 10 months ago

PR Template

This PR fixes the merge parameter for the call to writePactFile() in MessageConsumerPact. The change matches the code for the same call from the Http Pact.

mefellows commented 10 months ago

Thanks!

matdodgson commented 10 months ago

Thanks @mefellows. I see that there are a bunch of failed checks but the output from the checks doesn't seem very helpful. Is there something in my PR I need to update to move this forward?

mefellows commented 10 months ago

Yeah, I can't see why your changes would have broken. I'll need to dig into what's happening, but happy to merge your changes.