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();
}
};