diff --git a/core/test/acceptance/admin/utils.js b/core/test/acceptance/admin/utils.js index 748a1fca1c..1e7c3da013 100644 --- a/core/test/acceptance/admin/utils.js +++ b/core/test/acceptance/admin/utils.js @@ -63,9 +63,9 @@ const expectedProperties = { // returns meta fields from `posts_meta` schema .concat( ..._(schema.posts_meta).keys() - .without('post_id', 'id') - // pages are not sent as emails - .without('email_subject') + .without('post_id', 'id') + // pages are not sent as emails + .without('email_subject') ) ,