Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Corrected object check to include 'url' property
  • Loading branch information
naz committed Jul 25, 2019
1 parent ddabd5e commit 07782d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/test/regression/api/v2/admin/utils.js
Expand Up @@ -37,6 +37,7 @@ const expectedProperties = {
.without('locale')
.without('ghost_auth_access_token')
.without('ghost_auth_id')
.concat('url')
,
tag: _(schema.tags)
.keys()
Expand Down

0 comments on commit 07782d8

Please sign in to comment.