Ghost/test/integration
Kevin Ansfield 96ec60e393
🐛 Fixed "Create Post" action error in Zapier when assigning new tags (#13972)
closes https://github.com/TryGhost/Zapier/issues/56

- fixes tag creation when creating posts with `tags: [{slug: 'new'}]` which should be supported
  - assigning tags with only `{slug: 'new'}` was triggering our validation for the required `name` property then bubbling up to the `bookshelf-relations` library resulting in a 500 error
  - the fix applied here is to set the `name` field to the same as the `slug` field if a name is not provided
2022-01-14 13:37:20 +00:00
..
exporter Fixed integration tests 2021-10-14 13:22:45 +02:00
importer 🐛 Fixed "Create Post" action error in Zapier when assigning new tags (#13972) 2022-01-14 13:37:20 +00:00
migrations Added integration test config & moved db-driven tests 2021-10-06 13:51:24 +01:00
settings Cleaned up some e2e/integration tests 2021-10-06 14:40:39 +01:00
url_service.test.js Removed unnecessary rewire call 2021-11-22 14:53:16 +04:00