summaryrefslogtreecommitdiff
path: root/test/testutil.py
diff options
context:
space:
mode:
authorDana Powers <dana.powers@rd.io>2015-06-08 21:26:31 -0700
committerDana Powers <dana.powers@rd.io>2015-06-08 21:26:31 -0700
commitffcb49d71a5ef1871a2631216db5198bbf8a7b41 (patch)
tree391c27e360491f833cb92e066e55a0fc72ad640e /test/testutil.py
parentac1ef729594b192931c56e1ab97d76fca7e08a24 (diff)
downloadkafka-python-ffcb49d71a5ef1871a2631216db5198bbf8a7b41.tar.gz
Add zk to KafkaIntegrationTestCase attributes to fix lint error
Diffstat (limited to 'test/testutil.py')
-rw-r--r--test/testutil.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testutil.py b/test/testutil.py
index b9827a8..99d8d01 100644
--- a/test/testutil.py
+++ b/test/testutil.py
@@ -51,6 +51,7 @@ class KafkaIntegrationTestCase(unittest.TestCase):
create_client = True
topic = None
bytes_topic = None
+ zk = None
server = None
def setUp(self):