mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-25 01:41:34 -05:00
Add reference as part of sample_letter_notification
This commit is contained in:
@@ -603,7 +603,7 @@ def sample_letter_notification(sample_letter_template):
|
||||
'address_line_6': 'A6',
|
||||
'postcode': 'A_POST'
|
||||
}
|
||||
return create_notification(sample_letter_template, personalisation=address)
|
||||
return create_notification(sample_letter_template, reference='foo', personalisation=address)
|
||||
|
||||
|
||||
@pytest.fixture(scope='function')
|
||||
|
||||
Reference in New Issue
Block a user