diff --git a/core/test/regression/api/v3/content/utils.js b/core/test/regression/api/v3/content/utils.js index 2c5632a91e..0153b87e3a 100644 --- a/core/test/regression/api/v3/content/utils.js +++ b/core/test/regression/api/v3/content/utils.js @@ -20,7 +20,7 @@ const expectedProperties = { // and always returns computed properties: url, primary_tag, primary_author .concat('url') // v3 API doesn't return unused fields - .without('locale', 'visibility') + .without('locale') // These fields aren't useful as they always have known values .without('status') // @TODO: https://github.com/TryGhost/Ghost/issues/10335