From cd4882aa66b49d9b3cbc5c02260d8a210bfbe7e1 Mon Sep 17 00:00:00 2001 From: James Robinson Date: Mon, 6 Nov 2023 14:21:50 +0000 Subject: [PATCH] Update Pact Broker URL We are currently migrating our Pact Broker instance from PaaS to Heroku. `gds-api-adapters` has already been updated to publish pacts to both instances, now we need to update each of our API providers to fetch from the new instance instead of the old one. --- spec/service_consumers/pact_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/service_consumers/pact_helper.rb b/spec/service_consumers/pact_helper.rb index 14153dc9a..c69a606ac 100644 --- a/spec/service_consumers/pact_helper.rb +++ b/spec/service_consumers/pact_helper.rb @@ -25,7 +25,7 @@ def url_encode(str) end def pact_broker_base_url - "https://pact-broker.cloudapps.digital" + "https://govuk-pact-broker-6991351eca05.herokuapp.com" end Pact.service_provider "Collections Organisation API" do