mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-21 14:59:26 -04:00
Require 'postage' key when sending a pdf letter
This commit is contained in:
@@ -2282,7 +2282,8 @@ def test_create_pdf_letter(mocker, sample_service_full_permissions, client, fake
|
||||
data = json.dumps({
|
||||
'filename': 'valid.pdf',
|
||||
'created_by': str(user.id),
|
||||
'file_id': fake_uuid
|
||||
'file_id': fake_uuid,
|
||||
'postage': 'second'
|
||||
})
|
||||
|
||||
response = client.post(
|
||||
|
||||
Reference in New Issue
Block a user