Merge pull request #14501 from overleaf/jpa-streaming-log-noise

[web] CompileController: ignore noisy spurious error

GitOrigin-RevId: 8885286a5e06bfa38bc70d98b703f52a1269d899
This commit is contained in:
Jakob Ackermann
2023-08-28 08:04:57 +00:00
committed by Copybot
parent 401f9d6297
commit 63bd1f6095
2 changed files with 27 additions and 10 deletions
@@ -81,6 +81,10 @@ describe('CompileController', function () {
'@overleaf/metrics': (this.Metrics = {
inc: sinon.stub(),
Timer: class {
constructor() {
this.labels = {}
}
done() {}
},
}),