mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
big commit with letters removal
This commit is contained in:
@@ -63,7 +63,7 @@ def test_should_clear_session_on_tour_start(
|
||||
assert session['placeholders'] == {}
|
||||
|
||||
|
||||
@pytest.mark.parametrize('template_type', ['email', 'letter'])
|
||||
@pytest.mark.parametrize('template_type', ['email'])
|
||||
def test_should_404_if_non_sms_template_for_tour_start(
|
||||
client_request,
|
||||
fake_uuid,
|
||||
@@ -213,7 +213,7 @@ def test_should_prefill_answers_for_get_tour_step(
|
||||
assert page.select('.govuk-input')[0]['value'] == 'hello'
|
||||
|
||||
|
||||
@pytest.mark.parametrize('template_type', ['email', 'letter'])
|
||||
@pytest.mark.parametrize('template_type', ['email'])
|
||||
@pytest.mark.parametrize('method', ['get', 'post'])
|
||||
def test_should_404_if_non_sms_template_for_tour_step(
|
||||
client_request,
|
||||
|
||||
Reference in New Issue
Block a user