Skip to content

Commit

Permalink
Merge pull request #3433 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 authored Nov 6, 2023
2 parents 8bfd446 + cd4882a commit fb1f49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/service_consumers/pact_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb1f49a

Please sign in to comment.