You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tests fail because the Twilio account used for development is inactive. We appear to be using the development endpoint rather than a local mocked endpoint
Scope
Specifically, this is failing at "And Mo Member has been welcomed with" in features/register_new_member.feature:16, but there will be other tests that also fail
Acceptance Criteria
docker-compose run web python manage.py behave --simple --failfast doesn't fail
Questions/Assumptions
Assumption - whilst we could top-up the development account, it would be better to start mocking these tests (or at least have an option to mock Twilio)
The text was updated successfully, but these errors were encountered:
Overview
The tests fail because the Twilio account used for development is inactive. We appear to be using the development endpoint rather than a local mocked endpoint
Scope
Specifically, this is failing at "And Mo Member has been welcomed with" in features/register_new_member.feature:16, but there will be other tests that also fail
Acceptance Criteria
docker-compose run web python manage.py behave --simple --failfast
doesn't failQuestions/Assumptions
The text was updated successfully, but these errors were encountered: