Ghost/test
Kevin Ansfield 08e1268aed
Added migration to remove surrounding <> in email_batches.provider_id (#12673)
refs https://github.com/TryGhost/Team/issues/221#issuecomment-759105424

- Mailgun responds to an email send with a provider id in the format `<x@y.com>` but everywhere else it's used in their API it uses the format `x@y.com`
- updates email batch save to strip the brackets, and migration removes brackets from existing records so we no longer have to add special handling for the stored id any time we use it
2021-02-23 08:48:21 +00:00
..
api-acceptance Refactored usage of pre v4 "unsplash" setting format 2021-02-18 10:55:59 +13:00
frontend-acceptance Enabled Members for all sites (#12582) 2021-02-02 16:12:53 +00:00
regression Switched tests to use new boot method 2021-02-18 20:24:49 +00:00
unit Updated the configuration to include v4 pointing to canary 2021-02-22 15:39:48 +01:00
utils Added migration to remove surrounding <> in email_batches.provider_id (#12673) 2021-02-23 08:48:21 +00:00
.eslintignore Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00
.eslintrc.json Enabled error for "no-shadow" eslint rule 2020-10-27 11:27:37 +13:00
.jshintrc