0
Fork 0
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:
Kevin Ansfield 2019-03-04 14:53:15 +00:00
parent 5a7356de5b
commit f846bd8033

View file

@ -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({