remove broadcast-related code

This commit is contained in:
stvnrlly
2022-10-04 03:04:13 +00:00
parent 40dacb61c9
commit f16b5dd1c4
104 changed files with 279 additions and 38608 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', 'broadcast'])
@pytest.mark.parametrize('template_type', ['email', 'letter'])
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', 'broadcast'])
@pytest.mark.parametrize('template_type', ['email', 'letter'])
@pytest.mark.parametrize('method', ['get', 'post'])
def test_should_404_if_non_sms_template_for_tour_step(
client_request,