Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sayden committed Jan 30, 2019
1 parent 23b80aa commit 69ab6a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import (

"github.com/elastic/beats/metricbeat/module/zookeeper"

_ "github.com/denisenkom/go-mssqldb"
"github.com/stretchr/testify/assert"

mbtest "github.com/elastic/beats/metricbeat/mb/testing"
Expand Down
1 change: 0 additions & 1 deletion metricbeat/tests/system/test_zookeeper.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def test_output(self):
self.assertEqual(len(output), 1)
evt = output[0]

self.assertItemsEqual(self.de_dot(ZK_FIELDS), evt.keys())
zk_srvr = evt["zookeeper"]["server"]

assert zk_srvr["connections"] >= 0
Expand Down

0 comments on commit 69ab6a2

Please sign in to comment.