mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
parent
fa82722b03
commit
0139c9c3ad
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue