mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Fixed pages acceptance test
This commit is contained in:
parent
5a7356de5b
commit
f846bd8033
1 changed files with 1 additions and 3 deletions
|
@ -73,9 +73,7 @@ describe('Pages API', function () {
|
|||
.then((res) => {
|
||||
res.body.pages.length.should.eql(1);
|
||||
|
||||
// @NOTE: we do not return "excerpt" if custom_excerpt or plaintext is empty
|
||||
// @NOTE: we do not return primary_* if null
|
||||
localUtils.API.checkResponse(res.body.pages[0], 'page', null, ['excerpt']);
|
||||
localUtils.API.checkResponse(res.body.pages[0], 'page');
|
||||
should.exist(res.headers['x-cache-invalidate']);
|
||||
|
||||
return models.Post.findOne({
|
||||
|
|
Loading…
Add table
Reference in a new issue