big commit with letters removal

This commit is contained in:
stvnrlly
2022-12-05 15:33:44 -05:00
parent 92da56fe63
commit 944715ac46
151 changed files with 278 additions and 10116 deletions

View File

@@ -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,