matt17r / verleng

Data quality dashboards and integration toolkit for K-12 schools
MIT License
0 stars 0 forks source link

External Email Validator not working? #9

Open matt17r opened 2 years ago

matt17r commented 2 years ago

I don't think the email validator (app/models/concerns/external_email_validator.rb) is working, at least in development.

I had an error in the membership sync rake task that was causing internal users to be created as external contacts which should have violated the validations but wasn't.

matt17r commented 2 years ago

Tests are passing locally but erroring in CI/CD.