mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
Use crown flag from service
This commit is contained in:
@@ -54,7 +54,7 @@ def test_create_letters_pdf_calls_upload_letters_pdf(mocker, sample_letter_notif
|
||||
|
||||
mock_s3.assert_called_with(
|
||||
reference=sample_letter_notification.reference,
|
||||
crown=True,
|
||||
crown=sample_letter_notification.service.crown,
|
||||
filedata=b'\x00\x01'
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user