Tidy up the jobs template

This commit is contained in:
Chris Hill-Scott
2020-03-02 14:26:04 +00:00
parent 481c9dba17
commit d83e7a8e9f
2 changed files with 10 additions and 14 deletions

View File

@@ -65,11 +65,11 @@ def test_all_users_have_upload_contact_list(
@pytest.mark.parametrize('extra_permissions, expected_empty_message', (
(['letter'], (
([], (
'You have not uploaded any files recently. '
'To upload a list of contact details, first choose a template.'
)),
(['letter', 'upload_letters'], (
(['letter'], (
'You have not uploaded any files recently. '
'Upload a letter and Notify will print, pack and post it for you. '
'To upload a list of contact details, first choose a template.'