mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-23 17:39:13 -04:00
Removed duplicate test
This commit is contained in:
@@ -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),
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user