Skip to content

Commit

Permalink
Merge pull request #1333 from alphagov/fix-govuk-chat-url
Browse files Browse the repository at this point in the history
Fix internal URL for GOV.UK Chat test
  • Loading branch information
jackbot authored Sep 24, 2024
2 parents f4a5dff + 8303a26 commit 9c34982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/step_definitions/govuk_chat_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
url = if ENV["ENVIRONMENT"] == "production"
application_external_url("chat")
else
application_internal_url("chat")
Plek.website_root
end

cache_busted_url = cache_bust("#{url}/chat/about")
Expand Down

0 comments on commit 9c34982

Please sign in to comment.