mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 15:56:45 -04: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',
|
'address_line_6': 'A6',
|
||||||
'postcode': 'A_POST'
|
'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')
|
@pytest.fixture(scope='function')
|
||||||
|
|||||||
Reference in New Issue
Block a user