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:
parent
ce2e2e3834
commit
8ab1d3fae9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue