0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/test/unit/server/data/schema
Rishabh Garg cb76b738ce
Fixed newsletter schema column validation (#14456)
refs https://github.com/TryGhost/Team/issues/1500

- newsletter schema columns were using incorrect syntax for `isIn` validations
- adds schema test to make sure schema `isIn` validations are in correct format
2022-04-11 15:05:02 +05:30
..
fixtures Added the newsletter API permissions 2022-03-31 16:08:23 +02:00
commands.test.js Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
integrity.test.js Added the emails-newsletters relation (#14434) 2022-04-08 16:16:23 +02:00
schema.test.js Fixed newsletter schema column validation (#14456) 2022-04-11 15:05:02 +05:30
validator.test.js