From 9acb68901529a0158e37753c931ff00ccfaaaa7a Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Sun, 3 Jan 2016 16:14:52 -0800 Subject: bootstrap_servers no longer required in KafkaConsumer (localhost default) --- test/test_consumer.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/test_consumer.py') diff --git a/test/test_consumer.py b/test/test_consumer.py index ffce578..2c9561b 100644 --- a/test/test_consumer.py +++ b/test/test_consumer.py @@ -15,10 +15,6 @@ class TestKafkaConsumer(unittest.TestCase): with self.assertRaises(AssertionError): SimpleConsumer(MagicMock(), 'group', 'topic', partitions = [ '0' ]) - def test_broker_list_required(self): - with self.assertRaises(KafkaConfigurationError): - KafkaConsumer() - class TestMultiProcessConsumer(unittest.TestCase): def test_partition_list(self): -- cgit v1.2.1