0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Fixed test for updated favicon

no-issue
This commit is contained in:
Fabien O'Carroll 2019-10-17 13:20:09 +07:00
parent ce2e2e3834
commit 8ab1d3fae9

View file

@ -116,7 +116,7 @@ describe('Serve Favicon', function () {
statusCode.should.eql(200);
},
end: function (body) {
body.length.should.eql(34494);
body.length.should.eql(1108);
done();
}
};