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)
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