Paul Ryan
04/10/2023, 9:51 PMtask.pact_broker_base_url = "<http://contract-testing/pact>"
within the PactBroker::Client::PublicationTask
in the rake file. When I execute the publication task, it initially uses the correct URI for publication, but at some point it seems to swap that URL out for the config.base_url = "<https://contract-testing.chm.life/pact>"
value specified in the pact-broker configuration.
I inserted a break point to try and demonstrate (See attached). cc @Andy JennessPaul Ryan
04/10/2023, 9:55 PMPaul Ryan
04/11/2023, 11:03 PM