mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Update letter pricing
The pricing page had the correct data, but there were a few pages where the minimum and maximum price were out of date.
This commit is contained in:
@@ -3616,7 +3616,7 @@ def test_unknown_channel_404s(
|
||||
), [
|
||||
(
|
||||
'letter',
|
||||
'It costs between 30p and 76p to send a letter using Notify.',
|
||||
'It costs between 35p and 81p to send a letter using Notify.',
|
||||
'Send letters',
|
||||
['email', 'sms'],
|
||||
'False', 'True',
|
||||
@@ -3624,7 +3624,7 @@ def test_unknown_channel_404s(
|
||||
),
|
||||
(
|
||||
'letter',
|
||||
'It costs between 30p and 76p to send a letter using Notify.',
|
||||
'It costs between 35p and 81p to send a letter using Notify.',
|
||||
'Send letters',
|
||||
['email', 'sms', 'letter'],
|
||||
'True', 'False',
|
||||
|
||||
Reference in New Issue
Block a user