big commit with letters removal

This commit is contained in:
stvnrlly
2022-12-05 15:33:44 -05:00
parent 92da56fe63
commit 944715ac46
151 changed files with 278 additions and 10116 deletions

View File

@@ -26,15 +26,6 @@ from tests.conftest import sample_uuid
('inbound_api', 'foo', 'bar', (
'Updated the callback for received text messages'
)),
('letter_branding', None, sample_uuid(), (
'Updated the logo on this services letters'
)),
('letter_branding', sample_uuid(), None, (
'Removed the logo from this services letters'
)),
('letter_contact_block', None, sample_uuid(), (
'Updated the default letter contact block for this service'
)),
('message_limit', 1, 2, (
'Increased this services daily message limit from 1 to 2'
)),