fix(deps): pact-ffi 0.5.5 - #588
Conversation
|
Ah, needs to the change to use the updated servers. I thought I had done this already somewhere 🤔 |
|
yeah no worries, on it now. will be a breaking change as create mock server for pact is gone and pact verify with args also gone. create mock server without transport can default to http, and split address into address and port. not sure what the equiv tls flag is in config |
|
So there is an error in the https tests on the mock server side Same issue was seen in the pact_ffi tests This is where we are setting it I believe |
|
^ cc @rholshausen / @JP-Ellis / @mefellows |
|
I discovered this https issue while upgrading the FFI in Pact JS 😅 Created the ticket to track this, I'll look into it tomorrow |
found it! adding the external interaction ref https://github.com/pact-foundation/pact-go/tree/add-external-reference |
|
hah jinx! |
CreateMockServer (for pact), use StartTransport preferred of Start Verifier.Verify (via args+), use VerifyProvider
0216ddb to
f52dcd6
Compare
|
Good for re-review now :) |
|
Superseded by #592 (review). |
No description provided.