mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Fixed tests
This commit is contained in:
parent
78e16ddd3f
commit
8aa3b40fd6
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const expectedProperties = {
|
|||
// and always returns computed properties: url
|
||||
.concat('url')
|
||||
// v2 API doesn't return unused fields
|
||||
.without('locale', 'visibility')
|
||||
.without('locale')
|
||||
// These fields aren't useful as they always have known values
|
||||
.without('status')
|
||||
// v2 API doesn't return new type field
|
||||
|
|
Loading…
Reference in a new issue