From c835674df25bca3ae8cff49c761c3451bf7e3611 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 27 Apr 2020 12:49:57 +0100 Subject: [PATCH] Add test case for searching by letter type --- tests/app/main/views/test_activity.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/app/main/views/test_activity.py b/tests/app/main/views/test_activity.py index 01c428be2..1f8a2dcd3 100644 --- a/tests/app/main/views/test_activity.py +++ b/tests/app/main/views/test_activity.py @@ -451,6 +451,7 @@ def test_api_users_are_told_they_can_search_by_reference_when_service_has_api_ke (None, 'Search by recipient'), ('sms', 'Search by phone number'), ('email', 'Search by email address'), + ('letter', 'Search by first line of address or file name'), ]) def test_api_users_are_not_told_they_can_search_by_reference_when_service_has_no_api_keys( client_request,