Skip to content

Commit

Permalink
Update link to support app
Browse files Browse the repository at this point in the history
Replacing the redirected URL with the actual URL to the support app.
  • Loading branch information
theseanything committed Sep 4, 2024
1 parent e1c417a commit 0e10dc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/locales/department_specific.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ en:

support:
name: 'GOV.UK Support'
url: 'https://www.gov.uk/support/internal'
url: 'https://support.publishing.service.gov.uk'
2 changes: 1 addition & 1 deletion test/models/user_mailer_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def assert_not_body_includes(search, email = @email)
end

def assert_support_present_in_text(link_text, email = @email)
text_string = "#{link_text} (https://www.gov.uk/support/internal)"
text_string = "#{link_text} (https://support.publishing.service.gov.uk)"
assert_includes email.body, text_string
end

Expand Down

0 comments on commit 0e10dc5

Please sign in to comment.