diff --git a/spec/service_consumers/pact_helper.rb b/spec/service_consumers/pact_helper.rb index 7ec3b8a7..f3d2d572 100644 --- a/spec/service_consumers/pact_helper.rb +++ b/spec/service_consumers/pact_helper.rb @@ -20,7 +20,7 @@ def url_encode(str) if ENV["PACT_URI"] pact_uri(ENV["PACT_URI"]) else - base_url = "https://pact-broker.cloudapps.digital" + base_url = "https://govuk-pact-broker-6991351eca05.herokuapp.com" path = "pacts/provider/#{url_encode(name)}/consumer/#{url_encode(consumer_name)}" version_modifier = "versions/#{url_encode(ENV.fetch('PACT_CONSUMER_VERSION', 'branch-master'))}"