mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-03 21:21:14 -04:00
Merge pull request #3564 from alphagov/int-letters-content
Add international letter rates to pricing page
This commit is contained in:
@@ -3675,7 +3675,7 @@ def test_unknown_channel_404s(
|
||||
), [
|
||||
(
|
||||
'letter',
|
||||
'It costs between 35p and 81p to send a letter using Notify.',
|
||||
'It costs between 35p and £1.16 to send a letter using Notify.',
|
||||
'Send letters',
|
||||
['email', 'sms'],
|
||||
'False',
|
||||
@@ -3684,7 +3684,7 @@ def test_unknown_channel_404s(
|
||||
),
|
||||
(
|
||||
'letter',
|
||||
'It costs between 35p and 81p to send a letter using Notify.',
|
||||
'It costs between 35p and £1.16 to send a letter using Notify.',
|
||||
'Send letters',
|
||||
['email', 'sms', 'letter'],
|
||||
'True',
|
||||
|
||||
Reference in New Issue
Block a user