Ghost/test/api-acceptance/admin
Naz 4744349381 Removed method complexity in integrations API controller
refs https://github.com/TryGhost/Team/issues/694
refs https://linear.app/tryghost/issue/CORE-10/tackle-integrationsjs

- The controller code is not meant to contain complex business logic.
- Added a test case checking 'PUT' endpoint for integrations to ensure
proper 'NotFound' handling. Found that previous implemenation was
buggy - threw a 500 as 'models.Integration.NotFoundError' that was removed
in previous commit didn't catch a needed error.
2021-09-16 14:23:48 +03:00
..
actions.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
config.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
db.test.js Update cache invalidation on several routes 2021-07-07 18:12:51 +02:00
email_preview.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
emails.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
images.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
integrations.test.js Removed method complexity in integrations API controller 2021-09-16 14:23:48 +03:00
invites.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
key_authentication.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
labels.test.js 🐛 Fixed API errors when including member counts for labels 2021-07-09 19:51:17 +05:30
mail.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
members.test.js Exposed dummy subscriptions to theme layer (#13257) 2021-08-26 16:03:32 +01:00
notifications.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
oembed.test.js Blocked 0.* IP addresses when making oembed requests 2021-09-14 11:35:14 +01:00
pages.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
posts.test.js Added email_only column to posts_meta table 2021-08-05 19:44:35 +12:00
roles.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
settings.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
slugs.test.js Update cache invalidation on several routes 2021-07-07 18:12:51 +02:00
snippets.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
tags.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
themes.test.js Fixed test for overriding active theme 2021-07-11 20:02:32 +01:00
users.test.js Update cache invalidation on several routes 2021-07-07 18:12:51 +02:00
utils.js Added email_only column to posts_meta table 2021-08-05 19:44:35 +12:00
webhooks.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00