mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Fixed regression tests
This commit is contained in:
parent
7fc10106dc
commit
08a0a4c69e
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ const expectedProperties = {
|
|||
.concat(
|
||||
..._(schema.posts_meta).keys().without('post_id', 'id')
|
||||
)
|
||||
.concat('reading_time')
|
||||
,
|
||||
author: _(schema.users)
|
||||
.keys()
|
||||
|
|
Loading…
Add table
Reference in a new issue