summaryrefslogtreecommitdiff
path: root/kazoo/tests/test_hosts.py
diff options
context:
space:
mode:
Diffstat (limited to 'kazoo/tests/test_hosts.py')
-rw-r--r--kazoo/tests/test_hosts.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/kazoo/tests/test_hosts.py b/kazoo/tests/test_hosts.py
index 8f8a811..a2fae1a 100644
--- a/kazoo/tests/test_hosts.py
+++ b/kazoo/tests/test_hosts.py
@@ -36,7 +36,6 @@ class HostsTestCase(TestCase):
assert chroot is None
def test_hosts_list(self):
-
hosts, chroot = collect_hosts("zk01:2181, zk02:2181, zk03:2181")
expected1 = [("zk01", 2181), ("zk02", 2181), ("zk03", 2181)]
assert hosts == expected1