AgileVentures / MetPlus_tracker

Git Repository for the Waffle issue in MetPlus project
2 stars 4 forks source link

Bug in email validator #504

Open patmbolger opened 7 years ago

patmbolger commented 7 years ago

In dev environment, we see an error (see below) coming from email validation class (EmailValidator).

patmbolger commented 7 years ago

The error looks like this:

screen shot 2016-12-12 at 3 51 17 pm

This seems to be similar to a bug that had arisen for the CruncherService. For that bug, we replaced a class var with a constant in the method CruncherService.service_url. We probably need to do the same in method EmailValidateService.service_url.

patmbolger commented 7 years ago

We are not able to replicate this behavior at this time. Keep this story in backlog until and if the bug resurfaces.