mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-02 07:43:11 +03:00
Fixed test for updated favicon
no-issue
This commit is contained in:
parent
ce2e2e3834
commit
8ab1d3fae9
@ -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();
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user