diff --git a/core/test/regression/api/v3/content/utils.js b/core/test/regression/api/v3/content/utils.js index cd8833e5ba..2c5632a91e 100644 --- a/core/test/regression/api/v3/content/utils.js +++ b/core/test/regression/api/v3/content/utils.js @@ -32,6 +32,7 @@ const expectedProperties = { .concat( ..._(schema.posts_meta).keys().without('post_id', 'id') ) + .concat('reading_time') , author: _(schema.users) .keys()