Ghost/test/unit/api/v3/utils/serializers
Kevin Ansfield 9810c41dca 🐛 Fixed facebook/twitter images having relative URLS in API output
no issue

Output serializer's url util was expecting `og_image` and `twitter_image` to be top-level attributes in the `attrs` object but they are actually nested under `posts_meta`.

- updated the code to use lodash's `get/set()` so that we can work with paths for easier handling of nested objects
- fixed unit tests where the mocked data under test did not match real-world data
2020-06-30 16:40:34 +01:00
..
input Move tests from core to root (#11700) 2020-03-30 16:26:47 +01:00
output 🐛 Fixed facebook/twitter images having relative URLS in API output 2020-06-30 16:40:34 +01:00