Siim Mardus
10/24/2024, 12:56 PMBearer ${authToken} on Consumer side, and then pact verifier would replace it with a real token based on provider state when replaying the request. Was surprised to find that pact-ruby doesn't have it yet, but pleased to see that this has recently picked up attention again.
1. When can we expect those to come into latest version of pact-ruby?
2. Can you recommend a good branch/fork we could use for the time being, so that when the official release comes, we can switch over with minimal friction?Yousaf Nabi (pactflow.io)
Siim Mardus
10/25/2024, 6:50 AMPact ruby does support overriding headers, but doesn't support v3/v4 generatorsOoh, overriding headers you say. I shall look into it, as this would achieve the same thing. We started to use the generators for our elixir contract testing, as I had struggled with overriding the request headers there and generators seemed like a good option. Overriding should work just as well. I'll take a look.
Yousaf Nabi (pactflow.io)
Yousaf Nabi (pactflow.io)