geeksforsocialchange / imok

A simple bot to support people doing risky activities
https://gfsc.studio/blog/2021/imok-is-launched/
MIT License
11 stars 1 forks source link

Tests fail because Twilio account is inactive #102

Open wheresalice opened 1 year ago

wheresalice commented 1 year ago

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 fail

Questions/Assumptions