Open WillNilges opened 2 weeks ago
When we can't reach the internet to get the email, this returns 400. That's wrong. It should be 500 because it's our fault. I've seen this reject valid emails because of this and it makes testing offline impossible unless you mock it.
https://github.com/nycmeshnet/meshdb/blob/main/src/meshapi/validation.py#L22
When we can't reach the internet to get the email, this returns 400. That's wrong. It should be 500 because it's our fault. I've seen this reject valid emails because of this and it makes testing offline impossible unless you mock it.
https://github.com/nycmeshnet/meshdb/blob/main/src/meshapi/validation.py#L22