From 38a05c03936eb96b2fefb5d64dda8d832183dd5e Mon Sep 17 00:00:00 2001 From: Fabien O'Carroll Date: Wed, 16 Oct 2019 15:32:50 +0700 Subject: [PATCH] Fixed regression test for `page` property no-issue We have to manually add the page property since the schema no longer includes it --- core/test/regression/api/v2/content/utils.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/test/regression/api/v2/content/utils.js b/core/test/regression/api/v2/content/utils.js index 517e54ef7b..6766ba7766 100644 --- a/core/test/regression/api/v2/content/utils.js +++ b/core/test/regression/api/v2/content/utils.js @@ -23,8 +23,7 @@ const expectedProperties = { .without('locale', 'visibility') // These fields aren't useful as they always have known values .without('status') - // @TODO: https://github.com/TryGhost/Ghost/issues/10335 - // .without('page') + .concat('page') .without('type') // v2 returns a calculated excerpt field .concat('excerpt')