Update pricing of letters on settings page

Follows https://github.com/alphagov/notifications-admin/pull/4174/files
This commit is contained in:
Chris Hill-Scott
2022-03-02 10:28:49 +00:00
parent 59681a8bf2
commit fb3f79d83c
2 changed files with 3 additions and 3 deletions

View File

@@ -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',