diff --git a/test/api-acceptance/content/utils.js b/test/api-acceptance/content/utils.js index f871b394b1..c9f8d32003 100644 --- a/test/api-acceptance/content/utils.js +++ b/test/api-acceptance/content/utils.js @@ -81,23 +81,6 @@ const expectedProperties = { ] }; -_.each(expectedProperties, (value, key) => { - if (!value.__wrapped__) { - return; - } - - /** - * @deprecated: x_by - */ - expectedProperties[key] = value - .without( - 'created_by', - 'updated_by', - 'published_by' - ) - .value(); -}); - module.exports = { API: { getApiQuery(route) {