Removed duplicate test

This commit is contained in:
Chris Hill-Scott
2017-02-02 09:20:39 +00:00
parent 97f3a2374b
commit b39222a62e

View File

@@ -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), 'Well reply to test@user.gov.uk'),
(True, type(None), 'Well reply to test@user.gov.uk'),
(False, element.Tag, None),
])