0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Fixed failing test

refs fa82722b03
This commit is contained in:
Naz 2022-04-14 15:33:24 +08:00
parent fa82722b03
commit 0139c9c3ad

View file

@ -104,7 +104,7 @@ describe('Unit: api/shared/http', function () {
res.json.callsFake(function () {
shared.headers.get.calledOnce.should.be.true();
res.status.calledOnce.should.be.true();
res.headers['content-version'].should.equal('v5.4');
res.headers['Content-Version'].should.equal('v5.4');
done();
});