diff --git a/yal/endline_terms_and_conditions.py b/yal/endline_terms_and_conditions.py index f551ba5a..f65098bd 100644 --- a/yal/endline_terms_and_conditions.py +++ b/yal/endline_terms_and_conditions.py @@ -8,7 +8,6 @@ WhatsAppButtonState, WhatsAppListState, ) -from vaccine.utils import get_display_choices from yal import rapidpro from yal.surveys.endline import Application as EndlineApplication from yal.utils import get_current_datetime, get_generic_error, normalise_phonenumber @@ -365,8 +364,6 @@ async def state_endline_limit_reached(self): "enthusiasm and hope you can catch the next one.", "", "Go ahead and browse the menu or ask us a question.", - "", - get_display_choices(choices), ] ) ) diff --git a/yal/tests/test_main.py b/yal/tests/test_main.py index 458d97d4..47ccfdd5 100644 --- a/yal/tests/test_main.py +++ b/yal/tests/test_main.py @@ -1613,9 +1613,6 @@ async def test_state_endline_limit_reached( "enthusiasm and hope you can catch the next one.", "", "Go ahead and browse the menu or ask us a question.", - "", - "1. Go to the menu", - "2. Ask a question", ] ) )