Skip to content

Commit

Permalink
Merge pull request #294 from alphagov/update-pact-broker-url
Browse files Browse the repository at this point in the history
Update Pact Broker URL
  • Loading branch information
robinjam committed Nov 6, 2023
2 parents 033803b + 5cf9bd9 commit ad460b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/service_consumer/pact_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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-main'))}"

Expand Down

0 comments on commit ad460b0

Please sign in to comment.