Skip to content
Snippets Groups Projects
Unverified Commit b64987d2 authored by Marcin Mielnicki's avatar Marcin Mielnicki Committed by GitHub
Browse files

Do not log errors in influx tests (#4931)

parent e66cfa3c
No related branches found
No related tags found
No related merge requests found
...@@ -122,7 +122,7 @@ describe('Influx metrics', function() { ...@@ -122,7 +122,7 @@ describe('Influx metrics', function() {
describe('sendMetrics', function() { describe('sendMetrics', function() {
beforeEach(function() { beforeEach(function() {
sinon.spy(log, 'error') sinon.stub(log, 'error')
}) })
afterEach(function() { afterEach(function() {
log.error.restore() log.error.restore()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment