Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinansfield committed Oct 11, 2019
1 parent 78e16dd commit 8aa3b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/test/acceptance/content/utils.js
Expand Up @@ -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
Expand Down

0 comments on commit 8aa3b40

Please sign in to comment.