Ghost/ghost/email-service/test
Simon Backx 320eaac4c4
Removed usage of unquoted ids in filter strings (#19031)
fixes GRO-34
fixes GRO-33

This also adds a new way to run all tests with enforced numeric ObjectIDs.
These numeric ids cause issues if they are used withing NQL filters. So they
surface tiny bugs in our codebase.

You can run tests using this option via:
NUMERIC_IDS=1 yarn test:e2e

Also removed some defensive logic that could be explained by unquoted ids.
2023-11-20 14:00:31 +01:00
..
utils
.eslintrc.js
batch-sending-service.test.js Removed usage of unquoted ids in filter strings (#19031) 2023-11-20 14:00:31 +01:00
email-controller.test.js
email-event-processor.test.js
email-event-storage.test.js Removed email from Mailgun's suppression list on unsubscribe (#18922) 2023-11-13 16:56:37 -03:00
email-renderer.test.js
email-segmenter.test.js Added quotes to NQL filters with ids (#18958) 2023-11-13 12:00:20 +01:00
email-service.test.js
mailgun-email-provider.test.js
sending-service.test.js