diff --git a/tests/app/main/views/test_feedback.py b/tests/app/main/views/test_feedback.py index 3e7689a2a..92d1efd8a 100644 --- a/tests/app/main/views/test_feedback.py +++ b/tests/app/main/views/test_feedback.py @@ -28,7 +28,6 @@ def test_get_support_index_page(client): ('question', 'Ask a question or give feedback'), ]) @pytest.mark.parametrize('logged_in, expected_form_field, expected_contact_details', [ - (True, type(None), 'We’ll reply to test@user.gov.uk'), (True, type(None), 'We’ll reply to test@user.gov.uk'), (False, element.Tag, None), ])