aboutsummaryrefslogtreecommitdiff
path: root/test/basic-produce-consume.yml
diff options
context:
space:
mode:
Diffstat (limited to 'test/basic-produce-consume.yml')
-rw-r--r--test/basic-produce-consume.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/basic-produce-consume.yml b/test/basic-produce-consume.yml
index f56a01f..fdacea0 100644
--- a/test/basic-produce-consume.yml
+++ b/test/basic-produce-consume.yml
@@ -10,7 +10,7 @@ data:
touch /tmp/testlog
./bin/kafka-topics.sh --zookeeper $ZOOKEEPER \
- --create --if-not-exists --topic test-basic-with-kafkacat \
+ --create --if-not-exists --topic test-basic-produce-consume \
--partitions 1 --replication-factor 1
# Despite the deprecation warning --zookeeper nothing is consumed when using --bootstrap-server