From 08a0a4c69ef6ad5006577ab5f301d304d600b086 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Thu, 10 Oct 2019 11:10:04 +0100 Subject: [PATCH] Fixed regression tests --- core/test/regression/api/v3/content/utils.js | 1 + 1 file changed, 1 insertion(+) 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()