summaryrefslogtreecommitdiff
path: root/test/test_consumer.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_consumer.py')
-rw-r--r--test/test_consumer.py4
1 files changed, 0 insertions, 4 deletions
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):