summaryrefslogtreecommitdiffstats
path: root/app/email_test.go
Commit message (Collapse)AuthorAgeFilesLines
* improvements for inbucket email test and re-enable Email mention test (#5647)Carlos Tadeu Panato Junior2017-03-111-150/+293
| | | | Now if we dont get the mailbox to check the email we try 5 times, if still no message we disable the email verification.
* Make all emails with the same pattern on subject (#5198)Carlos Tadeu Panato Junior2017-03-011-18/+64
| | | | | | | | | | | | | | | | | | | | * make all email subject standard * move SendPasswordReset to app/email.go update per review * update email subjects per review update error fix expected subject * Update email_test.go * Update en.json * fix missing quotes
* Add tests for app/email.go (#5187)Carlos Tadeu Panato Junior2017-01-261-0/+419
* Add tests for app/email.go * fix issue related with inbucket * applied go fmt