Corrected object check to include 'url' property

This commit is contained in:
Nazar Gargol 2019-07-24 20:22:08 +02:00
parent ddabd5e808
commit 07782d8fa2

View File

@ -37,6 +37,7 @@ const expectedProperties = {
.without('locale') .without('locale')
.without('ghost_auth_access_token') .without('ghost_auth_access_token')
.without('ghost_auth_id') .without('ghost_auth_id')
.concat('url')
, ,
tag: _(schema.tags) tag: _(schema.tags)
.keys() .keys()