Hi, why is the PactVerfier trying to get the pacts...
# pact-net
g
Hi, why is the PactVerfier trying to get the pacts from the wrong path here? My PactBroker is running at "https://foo.bar.cloudapp.azure.com/pactiobroker" and I configured the brokerBaseUri in my pact-net test to that exact path. Why is it doubling the "/pactiobroker" part in the request?
m
👍 1
g
Thanks for the hint. I guess there is nothing I can do in the .NET-Library at least?
m
Not yet. My advice is to not use a context path for now (but my guess is that’s not an option?)
Or, if you’re up for fixing the bug - we’d appreciate a PR!
g
OK, I got rid of the context path. Fixing the bug would be in the PactBroker internals (Rust)?
m
It’s in the client, which is a shared library written in Rust (not the broker, which is Ruby)
If you’re up for a small PR to a rust lib, we’d appreciate it!