Skip to content

Commit

Permalink
Merge pull request #718 from praekeltfoundation/endline-study-limit-fix
Browse files Browse the repository at this point in the history
remove duplicate display options
  • Loading branch information
Hlamallama authored Nov 22, 2023
2 parents 6758978 + ae57c22 commit 01bcf03
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions yal/endline_terms_and_conditions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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),
]
)
)
Expand Down
3 changes: 0 additions & 3 deletions yal/tests/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
)
)
Expand Down

0 comments on commit 01bcf03

Please sign in to comment.