Skip to content

Commit 78ceea6

Browse files
committed
fixup create_topic_via_cli
1 parent 85f6baa commit 78ceea6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/fixtures.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -596,9 +596,6 @@ def _create_topic_via_admin_api(self, topic_name, num_partitions, replication_fa
596596

597597
def _create_topic_via_cli(self, topic_name, num_partitions, replication_factor):
598598
args = self.run_script('kafka-topics.sh',
599-
'--zookeeper', '%s:%s/%s' % (self.zookeeper.host,
600-
self.zookeeper.port,
601-
self.zk_chroot),
602599
'--create',
603600
'--topic', topic_name,
604601
'--partitions', self.partitions \

0 commit comments

Comments
 (0)