mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Update pricing of letters on settings page
Follows https://github.com/alphagov/notifications-admin/pull/4174/files
This commit is contained in:
@@ -3938,7 +3938,7 @@ def test_unknown_channel_404s(
|
||||
), [
|
||||
(
|
||||
'letter',
|
||||
'It costs between 39 pence and £1.21 to send a letter using Notify.',
|
||||
'It costs between 41 pence and £1.28 to send a letter using Notify.',
|
||||
'Send letters',
|
||||
['email', 'sms'],
|
||||
'False',
|
||||
@@ -3947,7 +3947,7 @@ def test_unknown_channel_404s(
|
||||
),
|
||||
(
|
||||
'letter',
|
||||
'It costs between 39 pence and £1.21 to send a letter using Notify.',
|
||||
'It costs between 41 pence and £1.28 to send a letter using Notify.',
|
||||
'Send letters',
|
||||
['email', 'sms', 'letter'],
|
||||
'True',
|
||||
|
||||
Reference in New Issue
Block a user